Change appid to xyz.blueskyweb.app

This commit is contained in:
Paul Frazee 2022-11-14 13:13:08 -06:00
parent 837ec8308a
commit 51c9a51f8c
15 changed files with 24 additions and 26 deletions

View file

@ -35,12 +35,12 @@ android_library(
android_build_config(
name = "build_config",
package = "app.bsky",
package = "xyz.blueskyweb.app",
)
android_resource(
name = "res",
package = "app.bsky",
package = "xyz.blueskyweb.app",
res = "src/main/res",
)