Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit d0b02c9

Browse files
author
soliury
committed
change app bunderId
1 parent 0286b8d commit d0b02c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.noder">
2+
package="com.lingyong.me.noder">
33

44
<uses-permission android:name="android.permission.INTERNET" />
55
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

android/app/src/main/java/com/noder/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.noder;
1+
package com.lingyong.me.noder;
22

33
import com.facebook.react.ReactActivity;
44
import com.microsoft.codepush.react.CodePush;

0 commit comments

Comments
 (0)