mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-05 12:58:27 +01:00
Set unique applicationIdSuffix in debug builds
This commit is contained in:
parent
121cb1e6d7
commit
b8b2effb71
@ -20,6 +20,9 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
release {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
|
4
app/src/debug/res/values/strings.xml
Normal file
4
app/src/debug/res/values/strings.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_launcher_name">File Manager_debug</string>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user