1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: Modify bundleId & packageName.

This commit is contained in:
jaywcjlove
2020-07-28 15:56:07 +08:00
parent 26adf1ac70
commit a9e5bdb91e
7 changed files with 13 additions and 11 deletions

View File

@@ -35,12 +35,12 @@ android_library(
android_build_config(
name = "build_config",
package = "com.example",
package = "com.uiwjs.example.alipay",
)
android_resource(
name = "res",
package = "com.example",
package = "com.uiwjs.example.alipay",
res = "src/main/res",
)