Build Variant for development (#220)
Co-authored-by: Matthias Weis <matthias1.weis@web.de>
This commit is contained in:
@@ -13,12 +13,19 @@ android {
|
||||
versionName "2.3.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
signingConfig signingConfigs.debug
|
||||
resValue "string", "app_name", "Gotify"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
development {
|
||||
applicationIdSuffix ".dev"
|
||||
debuggable true
|
||||
resValue "string", "app_name", "Gotify DEV"
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
Reference in New Issue
Block a user