From 6fbc8009ce14810ffd0423d78a6a1ebd61e082b8 Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Wed, 9 Jan 2019 19:16:09 +0100 Subject: [PATCH] Cambiato nome file in gradle --- .idea/caches/build_file_checksums.ser | Bin 729 -> 729 bytes app/build.gradle | 8 ++++++++ 2 files changed, 8 insertions(+) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 785afc551fd64df955852cb5a4bc50097daa6048..ee39c8b1473be877bdf801eb250686b3b8089202 100644 GIT binary patch delta 35 tcmV+;0NnrC1=$6VnFG=jvXPv35XH}W=+IO+vrqBy4I)!d3bP{twgEC{57Phu delta 35 tcmV+;0NnrC1=$6VnFEFEk&&Et5LpgvWM*HfMC!0|rAKel7qcS)wgDix4`l!V 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 {