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
+2 -2
View File
@@ -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",
)