chore(rn): 修改安卓包名

pull/90/head
moonrailgun 2 years ago
parent 66b0f36bbb
commit 7f1f3a8fb3

@ -93,9 +93,9 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion compileSdkVersion rootProject.ext.compileSdkVersion
namespace "com.tailchat" namespace "com.msgbyte.tailchat"
defaultConfig { defaultConfig {
applicationId "com.tailchat" applicationId "com.msgbyte.tailchat"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1 versionCode 1

@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root * <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree. * directory of this source tree.
*/ */
package com.tailchat; package com.msgbyte.tailchat;
import android.content.Context; import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient; import com.facebook.flipper.android.AndroidFlipperClient;

@ -1,4 +1,4 @@
package com.tailchat; package com.msgbyte.tailchat;
import com.facebook.react.ReactActivity; import com.facebook.react.ReactActivity;
import com.facebook.react.ReactActivityDelegate; import com.facebook.react.ReactActivityDelegate;

@ -1,4 +1,4 @@
package com.tailchat; package com.msgbyte.tailchat;
import android.app.Application; import android.app.Application;
import com.facebook.react.PackageList; import com.facebook.react.PackageList;

@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root * <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree. * directory of this source tree.
*/ */
package com.tailchat; package com.msgbyte.tailchat;
import android.content.Context; import android.content.Context;
import com.facebook.react.ReactInstanceManager; import com.facebook.react.ReactInstanceManager;

Loading…
Cancel
Save