modify package name and app name

- this is so we can install both versions on the same device
- it would be reverted when camerax is ready to go live
This commit is contained in:
darthpaul 2022-06-25 18:10:33 +01:00
parent f0030670cf
commit e15078499b
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ android {
buildTypes {
debug {
applicationIdSuffix ".debug"
applicationIdSuffix ".debugcamerax"
}
release {
minifyEnabled true

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_launcher_name">Camera_debug</string>
<!--TODO Revert to Camera_debug -->
<string name="app_launcher_name">CameraX_debug</string>
</resources>