1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-07 22:22:00 +02:00

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.
This commit is contained in:
cpfeiffer 2016-04-29 22:50:37 +02:00
parent 64a6b9a936
commit 403a14ce8d

View File

@ -11,7 +11,7 @@ android {
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "nodomain.freeyourgadget.gadgetbridge"
applicationId "nodomain.freeyourgadget.gadgetbridge.greendao"
minSdkVersion 19
targetSdkVersion 23