DEADSOFTWARE

Update version
[cavedroid.git] / android / build.gradle
index c59ba712420e717f099462642938c176a6add054..d64557af4eb2ecfae920cabe31b77c3ad2b861a6 100644 (file)
@@ -34,8 +34,8 @@ android {
         applicationId "ru.deadsoftware.cavedroid"
         minSdkVersion 24
         targetSdkVersion 34
-        versionCode 16
-        versionName "alpha0.5.2"
+        versionCode 19
+        versionName "alpha0.6.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 {