Cambiato nome file in gradle

This commit is contained in:
Giuseppe Scorrano 2019-01-09 19:16:09 +01:00
parent 476c73467f
commit 6fbc8009ce
2 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -14,6 +14,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 18
@ -27,6 +28,13 @@ android {
storePassword 'inpmiy'
}
}
applicationVariants.all { variant ->
variant.outputs.all { output ->
output.outputFileName = "android-release_v2.apk"
}
}
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {