DEADSOFTWARE

Change default output apk name
[cavedroid.git] / android / build.gradle
index ef956e098bd8dd2c6dcdb6b317163b8960240a60..3430ac90888e3486f7f18a87bfd6d1687a5b876b 100644 (file)
@@ -25,6 +25,11 @@ android {
         versionCode 10
         versionName "alpha0.4"
     }
+    applicationVariants.all { variant ->
+        variant.outputs.all {
+            outputFileName = "android-${versionName}.apk"
+        }
+    }
     buildTypes {
         release {
             minifyEnabled false