diff --git a/example/android/app/_BUCK b/example/android/app/_BUCK index a4cb8a5..fdbfad8 100644 --- a/example/android/app/_BUCK +++ b/example/android/app/_BUCK @@ -35,12 +35,12 @@ android_library( android_build_config( name = "build_config", - package = "com.example", + package = "com.uiwjs.react.example.wechat", ) android_resource( name = "res", - package = "com.example", + package = "com.uiwjs.react.example.wechat", res = "src/main/res", ) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 4005f7d..244dff0 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -129,7 +129,7 @@ android { } defaultConfig { - applicationId "com.example" + applicationId "com.uiwjs.react.example.wechat" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 diff --git a/example/android/app/src/debug/java/com/example/ReactNativeFlipper.java b/example/android/app/src/debug/java/com/example/ReactNativeFlipper.java index a1b70b8..19c9ef3 100644 --- a/example/android/app/src/debug/java/com/example/ReactNativeFlipper.java +++ b/example/android/app/src/debug/java/com/example/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.example;
+package com.uiwjs.react.example.wechat;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml
index 6e27a2a..15318cd 100644
--- a/example/android/app/src/main/AndroidManifest.xml
+++ b/example/android/app/src/main/AndroidManifest.xml
@@ -1,5 +1,5 @@