revert debug applicationIdSuffix and app_name

This commit is contained in:
darthpaul 2022-07-13 16:57:24 +01:00
parent 1929260f8c
commit d020e42635
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -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>