mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-02-23 01:19:45 +02:00
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:
commit
cdbc684316
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
3
app/src/debug/res/values/strings.xml
Normal file
3
app/src/debug/res/values/strings.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<resources>
|
||||
<string name="app_name" translatable="false">Fedilab dbg</string>
|
||||
</resources>
|
Loading…
Reference in a new issue