mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-02 21:36:15 +03:00
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 |