change the package id for debug builds

This commit is contained in:
Josia Pietsch 2025-01-02 22:47:00 +01:00
parent 220ad4d18f
commit 2d53562d58
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 7 additions and 0 deletions

View file

@ -46,6 +46,10 @@ android {
// minifyEnabled true
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
applicationIdSuffix = ".debug"
versionNameSuffix = "-debug"
}
}
namespace 'de.jrpie.android.launcher'
buildFeatures {

View file

@ -0,0 +1,3 @@
<resources>
<string name="app_name" translatable="false">μLauncher [debug]</string>
</resources>