change package name

This commit is contained in:
Jay
2017-07-05 14:16:05 +08:00
parent f03870e882
commit 05f76e168c
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.buywhat"
package="xyz.mtfos.buywhat"
android:versionCode="1"
android:versionName="1.0">
@@ -1,4 +1,4 @@
package com.buywhat;
package xyz.mtfos.buywhat;
import com.facebook.react.ReactActivity;
@@ -1,4 +1,4 @@
package com.buywhat;
package xyz.mtfos.buywhat;
import android.app.Application;