Sfoglia il codice sorgente

添加打包时apk名字中添加详细信息

zengjiebin 8 anni fa
parent
commit
b0e48a529d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -251,7 +251,7 @@ dependencies {
     compile project(':kfzslibrary')
 }
 def releaseTime() {
-    return new Date().format("yyyyMMdd", TimeZone.getTimeZone("UTC"))
+    return new Date().format("yyyyMMddHHmm", TimeZone.getTimeZone("UTC"))
 }
 //在apk文件后边生成版本号信息
 android.applicationVariants.all {