From 2c73703d7d59bdd9a3e4b10c41e5099b8f92db1c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 15 Jun 2022 21:49:03 -0500 Subject: Rename bundle-id to xyz.blueskyweb.pubsq in android --- android/app/_BUCK | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android/app/_BUCK') 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", ) -- cgit 1.4.1