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