Merge pull request 'Allow debug and release builds to be installed concurrently' (#281) from nolan/Fedilab:develop into develop

Reviewed-on: https://codeberg.org/tom79/Fedilab/pulls/281
This commit is contained in:
Thomas 2022-07-26 18:52:33 +02:00
commit cdbc684316
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,9 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
applicationIdSuffix '.debug'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8

View File

@ -0,0 +1,3 @@
<resources>
<string name="app_name" translatable="false">Fedilab dbg</string>
</resources>