From a19b43f73a048f5bf0c0e69ed80a93e147732302 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sun, 19 Aug 2018 23:58:31 +0200 Subject: [PATCH] Update package name and version (#6) --- app/build.gradle | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 18e00d9b..ec7cb0e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,7 +23,7 @@ android { compileSdkVersion 27 buildToolsVersion '27.0.3' - buildTypes.debug.applicationIdSuffix ".debug" + buildTypes.debug.applicationIdSuffix ".beta" dataBinding.enabled = true playAccountConfigs { @@ -35,8 +35,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4147 - versionName "0.10.14-beta1" + versionCode 4148 + versionName "0.10.14-beta2" testApplicationId 'com.nutomic.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig @@ -58,10 +58,6 @@ android { signingConfig = signingConfigs.release.storeFile ? signingConfigs.release : null } debug { - debuggable true - jniDebuggable true - renderscriptDebuggable true - minifyEnabled false } }