ClashMetaForAndroid/core
xixiha5230 d7328953ba
Use CMake string(TIMESTAMP) for portable compile timestamp
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.
2024-02-24 17:57:12 +08:00
..
src Use CMake string(TIMESTAMP) for portable compile timestamp 2024-02-24 17:57:12 +08:00
build.gradle.kts 核心依赖变更mihomo 2024-01-17 05:59:44 +00:00
consumer-rules.pro Initial: initial commit 2021-05-15 00:51:08 +08:00
proguard-rules.pro Initial: initial commit 2021-05-15 00:51:08 +08:00