Change appid to xyz.blueskyweb.app

This commit is contained in:
Paul Frazee
2022-11-14 13:13:08 -06:00
parent 4727fb25ce
commit bd62ab2f92
15 changed files with 24 additions and 26 deletions
+2 -2
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",
)