X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2Fbuild.gradle;h=80d010c8221e89caec14c6e48b4233ea2044ae40;hb=19b878cb64fd7153355fbdf748707726765a434a;hp=c59ba712420e717f099462642938c176a6add054;hpb=28d6d78dbd87e28884700bf60d02e554755ae254;p=cavedroid.git diff --git a/android/build.gradle b/android/build.gradle index c59ba71..80d010c 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 25 + versionName "alpha0.9.2" } 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 {