diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 785afc55..ee39c8b1 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/app/build.gradle b/app/build.gradle index a2401f8c..8e1e02e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {