Skip to content

Commit fd9344e

Browse files
committed
Change Android package name
1 parent ac7f937 commit fd9344e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

android/app/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ android_library(
4646

4747
android_build_config(
4848
name = 'build_config',
49-
package = 'com.mnm',
49+
package = 'com.apsl.mnm',
5050
)
5151

5252
android_resource(
5353
name = 'res',
5454
res = 'src/main/res',
55-
package = 'com.mnm',
55+
package = 'com.apsl.mnm',
5656
)
5757

5858
android_binary(

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
buildToolsVersion "23.0.1"
8282

8383
defaultConfig {
84-
applicationId "com.mnm"
84+
applicationId "com.apsl.mnm"
8585
minSdkVersion 16
8686
targetSdkVersion 22
8787
versionCode 1

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.mnm"
2+
package="com.apsl.mnm"
33
android:versionCode="1"
44
android:versionName="1.0">
55

android/app/src/main/java/com/mnm/MainActivity.java renamed to android/app/src/main/java/com/apsl/mnm/MainActivity.java

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

33
import com.facebook.react.ReactActivity;
44
import com.facebook.react.ReactPackage;

0 commit comments

Comments
 (0)