summaryrefslogtreecommitdiff
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 9c289fd..da3b3e5 100644
--- a/android/app/BUCK
+++ b/android/app/BUCK
@@ -46,13 +46,13 @@ android_library(
android_build_config(
name = 'build_config',
- package = 'com.stronglifters.app',
+ package = 'com.stronglifters',
)
android_resource(
name = 'res',
res = 'src/main/res',
- package = 'com.stronglifters.app',
+ package = 'com.stronglifters',
)
android_binary(