From 6a8f8b32677704f04512609d6c93bd3d67bf46c1 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Mon, 20 Aug 2018 00:02:15 +0200 Subject: [PATCH] Update package name and version (#8) * Update package name and version --- app/build.gradle | 12 ++++-------- syncthing/src/github.com/syncthing/syncthing | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 18e00d9b..9f910638 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,12 +32,12 @@ android { } } defaultConfig { - applicationId "com.nutomic.syncthingandroid" + applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4147 - versionName "0.10.14-beta1" - testApplicationId 'com.nutomic.syncthingandroid.test' + versionCode 4149 + versionName "0.14.50.rc2.1" + testApplicationId 'com.github.catfriend1.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 } } diff --git a/syncthing/src/github.com/syncthing/syncthing b/syncthing/src/github.com/syncthing/syncthing index 6b82538e..7812c2c9 160000 --- a/syncthing/src/github.com/syncthing/syncthing +++ b/syncthing/src/github.com/syncthing/syncthing @@ -1 +1 @@ -Subproject commit 6b82538e623feb4df2bef9fc4b37d581de96309a +Subproject commit 7812c2c937ad98c24cb6e0bd56ce1d9b4ab967a4