From 403a14ce8d4c97a8abac7ec212714da9c0262823 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Fri, 29 Apr 2016 22:50:37 +0200 Subject: [PATCH] Use a different application id until the db refactoring is done This allows installing both versions at the same time and avoids data loss when the database is scrubbed. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 65c680fd0..0e79900b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { buildToolsVersion "23.0.3" defaultConfig { - applicationId "nodomain.freeyourgadget.gadgetbridge" + applicationId "nodomain.freeyourgadget.gadgetbridge.greendao" minSdkVersion 19 targetSdkVersion 23