X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=android%2Fbuild.gradle;h=061b54d0649c631d3cba7795b9e5bedb648da2f8;hb=193c44ff3de8a8ad6395b9cb8863c1de6308b562;hp=c59ba712420e717f099462642938c176a6add054;hpb=28d6d78dbd87e28884700bf60d02e554755ae254;p=cavedroid.git diff --git a/android/build.gradle b/android/build.gradle index c59ba71..061b54d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,8 +34,8 @@ android { applicationId "ru.deadsoftware.cavedroid" minSdkVersion 24 targetSdkVersion 34 - versionCode 16 - versionName "alpha0.5.2" + versionCode 20 + versionName "alpha0.7.0" } applicationVariants.all { variant -> variant.outputs.all { @@ -44,12 +44,6 @@ android { } signingConfigs { - debug_config { - storeFile file(keystoreProperties['debugKeystorePath']) - storePassword keystoreProperties['debugKeystorePassword'] - keyAlias keystoreProperties['debugKeyAlias'] - keyPassword keystoreProperties['debugKeyPassword'] - } release_config { storeFile file(keystoreProperties['releaseKeystorePath']) storePassword keystoreProperties['releaseKeystorePassword'] @@ -65,7 +59,6 @@ android { } debug { applicationIdSuffix ".debug" - signingConfig signingConfigs.debug_config } } buildFeatures {