mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 18:22:17 +08:00
d7328953ba
The previous usage of the date command is not portable across different platforms. date is not guaranteed to be available and the format varies. Replace it with CMake's built-in string(TIMESTAMP) command which generates a string with the given timestamp format independent of the platform. This commit changes it to use "%y%m%d" format for a YYMMDD timestamp commonly used for compilation. |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts | ||
consumer-rules.pro | ||
proguard-rules.pro |