mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-06-11 21:01:06 +08: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 | ||