change package name
This commit is contained in:
+2
-2
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user