X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2Fbuild.gradle;h=b13fa6fa4d4928e8dbd55b8e06aad6d18869795d;hb=b2f824726f647543e69f31ac5723df37750b5778;hp=c59ba712420e717f099462642938c176a6add054;hpb=28d6d78dbd87e28884700bf60d02e554755ae254;p=cavedroid.git diff --git a/android/build.gradle b/android/build.gradle index c59ba71..b13fa6f 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 24 + versionName "alpha0.9.1" } 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 {