about summary refs log tree commit diff
path: root/android/app/_BUCK
diff options
context:
space:
mode:
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",
 )