From 15c37db766c694b5c40d7522e1b2c4af67795b45 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 31 Jul 2020 17:37:01 +0800 Subject: [PATCH] chore: Modify applicationId. --- example/android/app/_BUCK | 4 ++-- example/android/app/build.gradle | 2 +- .../app/src/debug/java/com/example/ReactNativeFlipper.java | 2 +- example/android/app/src/main/AndroidManifest.xml | 2 +- .../android/app/src/main/java/com/example/MainActivity.java | 2 +- .../app/src/main/java/com/example/MainApplication.java | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) 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 @@