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:
parent
f0030670cf
commit
e15078499b
|
@ -34,7 +34,7 @@ android {
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
applicationIdSuffix ".debug"
|
applicationIdSuffix ".debugcamerax"
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_launcher_name">Camera_debug</string>
|
<!--TODO Revert to Camera_debug -->
|
||||||
|
<string name="app_launcher_name">CameraX_debug</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue