about summary refs log tree commit diff
path: root/android/app/_BUCK
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-06-15 21:49:03 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-06-15 21:49:03 -0500
commit2c73703d7d59bdd9a3e4b10c41e5099b8f92db1c (patch)
treed43a6d3fde9af33d1a00b8ca436cd79f4d53e6cd /android/app/_BUCK
parent07b92a2180ca6600f09e03a85c8ca7a06d24cbfc (diff)
downloadvoidsky-2c73703d7d59bdd9a3e4b10c41e5099b8f92db1c.tar.zst
Rename bundle-id to xyz.blueskyweb.pubsq in android
Diffstat (limited to 'android/app/_BUCK')
-rw-r--r--android/app/_BUCK4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/app/_BUCK b/android/app/_BUCK
index e4851a5b8..c3ced5141 100644
--- a/android/app/_BUCK
+++ b/android/app/_BUCK
@@ -35,12 +35,12 @@ android_library(
 
 android_build_config(
     name = "build_config",
-    package = "com.app",
+    package = "xyz.blueskyweb.pubsq",
 )
 
 android_resource(
     name = "res",
-    package = "com.app",
+    package = "xyz.blueskyweb.pubsq",
     res = "src/main/res",
 )