Skip to content

Commit

Permalink
update package name to com.chaion.makkii
Browse files Browse the repository at this point in the history
  • Loading branch information
leoaion committed Mar 26, 2019
1 parent ca9bf4c commit b795cfd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/BUCK
Expand Up @@ -45,12 +45,12 @@ android_library(

android_build_config(
name = "build_config",
package = "com.makkii",
package = "com.chaion.makkii",
)

android_resource(
name = "res",
package = "com.makkii",
package = "com.chaion.makkii",
res = "src/main/res",
)

Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Expand Up @@ -98,7 +98,7 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
applicationId "com.makkii"
applicationId "com.chaion.makkii"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.makkii">
package="com.chaion.makkii">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
Expand Down
@@ -1,4 +1,4 @@
package com.makkii;
package com.chaion.makkii;

import com.facebook.react.ReactActivity;

Expand Down
@@ -1,4 +1,4 @@
package com.makkii;
package com.chaion.makkii;

import android.app.Application;

Expand Down

0 comments on commit b795cfd

Please sign in to comment.