forked from mirrors/Fedilab
Update build configuration so debug and release builds can be installed concurrently.
This commit is contained in:
parent
b54ee03d95
commit
1fcefad951
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