Commit 5109408f authored by wanglei's avatar wanglei

...

parent 9ff1c1ee
...@@ -24,9 +24,9 @@ android { ...@@ -24,9 +24,9 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
fun Long.toFormatTime3(): String { fun Long.toFormatTime3(): String {
return SimpleDateFormat("yyyy-MM-dd-HH-mm-ss", Locale.ENGLISH).format(this) return SimpleDateFormat("yyyy-MM-dd-HH", Locale.ENGLISH).format(this)
} }
setProperty("archivesBaseName", "appzxhy-v$versionName($versionCode)-${System.currentTimeMillis().toFormatTime3()}") setProperty("archivesBaseName", "dumpster_cleaner-v$versionName($versionCode)-${System.currentTimeMillis().toFormatTime3()}")
ndk { ndk {
// 设置支持的 ABI 架构 // 设置支持的 ABI 架构
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment