change package name
This commit is contained in:
parent
f03870e882
commit
05f76e168c
@ -45,12 +45,12 @@ android_library(
|
||||
|
||||
android_build_config(
|
||||
name = "build_config",
|
||||
package = "com.buywhat",
|
||||
package = "xyz.mtfos.buywhat",
|
||||
)
|
||||
|
||||
android_resource(
|
||||
name = "res",
|
||||
package = "com.buywhat",
|
||||
package = "xyz.mtfos.buywhat",
|
||||
res = "src/main/res",
|
||||
)
|
||||
|
||||
|
@ -94,7 +94,7 @@ android {
|
||||
buildToolsVersion "23.0.1"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.buywhat"
|
||||
applicationId "xyz.mtfos.buywhat"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 22
|
||||
versionCode 1
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user