Эх сурвалжийг харах

renames apk to include versionCode, eg.:
gplay-release-30010051.apk
generic-debug-30010051.apk

tobiasKaminsky 7 жил өмнө
parent
commit
2fda96d655
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      build.gradle

+ 6 - 0
build.gradle

@@ -263,5 +263,11 @@ tasks.withType(Test) {
     }
 }
 
+android.applicationVariants.all { variant ->
+    variant.outputs.all { output ->
+        outputFileName = "${output.baseName}-${variant.versionCode}.apk"
+    }
+}
+
 // uncomment for gplay (must be at the bottom)
 //apply plugin: 'com.google.gms.google-services'