diff --git a/android/app/_BUCK b/android/app/_BUCK index e884193..542cd7f 100644 --- a/android/app/_BUCK +++ b/android/app/_BUCK @@ -35,12 +35,12 @@ android_library( android_build_config( name = "build_config", - package = "com.simplenote", + package = "com.simplenote.drzaln", ) android_resource( name = "res", - package = "com.simplenote", + package = "com.simplenote.drzaln", res = "src/main/res", ) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5a20caf..f11c321 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -129,7 +129,7 @@ android { } defaultConfig { - applicationId "com.simplenote" + applicationId "com.simplenote.drzaln" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 diff --git a/android/app/src/debug/java/com/simplenote/ReactNativeFlipper.java b/android/app/src/debug/java/com/simplenote/ReactNativeFlipper.java index 30240f7..f72f093 100644 --- a/android/app/src/debug/java/com/simplenote/ReactNativeFlipper.java +++ b/android/app/src/debug/java/com/simplenote/ReactNativeFlipper.java @@ -4,7 +4,7 @@ *
This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
-package com.simplenote;
+package com.simplenote.drzaln;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index c95ea88..ea87848 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -1,5 +1,5 @@