Sigh -- looks like I will have to find a less intrusive way to change the application id
This commit is contained in:
parent
7d15d4ff42
commit
b15ffcbf15
|
@ -11,7 +11,7 @@ android {
|
||||||
buildToolsVersion "23.0.3"
|
buildToolsVersion "23.0.3"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "nodomain.freeyourgadget.gadgetbridge.greendao"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="nodomain.freeyourgadget.gadgetbridge.greendao">
|
package="nodomain.freeyourgadget.gadgetbridge">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Comment in for testing Pebble Emulator
|
Comment in for testing Pebble Emulator
|
||||||
|
|
Loading…
Reference in New Issue