Commit 53c4c454 authored by wanglei's avatar wanglei

...

parent 7d3b889e
...@@ -25,7 +25,7 @@ android { ...@@ -25,7 +25,7 @@ android {
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-mm-ss", Locale.ENGLISH).format(this)
} }
setProperty("archivesBaseName", "appzxhy-v$versionName($versionCode)-${System.currentTimeMillis().toFormatTime3()}") setProperty("archivesBaseName", "scanQR-v$versionName($versionCode)-${System.currentTimeMillis().toFormatTime3()}")
signingConfigs { signingConfigs {
create("release") { create("release") {
......
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