Update build configuration so debug and release builds can be installed concurrently.
This commit is contained in:
parent
b54ee03d95
commit
1fcefad951
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<resources>
|
||||
<string name="app_name" translatable="false">Fedilab dbg</string>
|
||||
</resources>
|
Loading…
Reference in New Issue