mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
change the package id for debug builds
This commit is contained in:
parent
220ad4d18f
commit
2d53562d58
2 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,10 @@ android {
|
||||||
// minifyEnabled true
|
// minifyEnabled true
|
||||||
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
|
debug {
|
||||||
|
applicationIdSuffix = ".debug"
|
||||||
|
versionNameSuffix = "-debug"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
namespace 'de.jrpie.android.launcher'
|
namespace 'de.jrpie.android.launcher'
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
|
|
3
app/src/debug/res/values/donottranslate.xml
Normal file
3
app/src/debug/res/values/donottranslate.xml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<resources>
|
||||||
|
<string name="app_name" translatable="false">μLauncher [debug]</string>
|
||||||
|
</resources>
|
Loading…
Add table
Reference in a new issue