revert debug applicationIdSuffix and app_name
This commit is contained in:
parent
1929260f8c
commit
d020e42635
|
@ -34,7 +34,7 @@ android {
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
applicationIdSuffix ".debugcamerax"
|
applicationIdSuffix ".debug"
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<!--TODO Revert to Camera_debug -->
|
<string name="app_launcher_name">Camera_debug</string>
|
||||||
<string name="app_launcher_name">CameraX_debug</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue