disabled PNG generation because of F-droid issue, and because PNGs are used only on API < 21
This commit is contained in:
parent
dbbee07fb9
commit
2229ddbc9d
2 changed files with 6 additions and 7 deletions
|
|
@ -83,15 +83,17 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId PACKAGE_NAME
|
||||
buildFeatures.buildConfig true
|
||||
minSdk 21
|
||||
targetSdk 35
|
||||
versionCode getVerCode()
|
||||
versionName getVerName()
|
||||
|
||||
// F-droid hacks
|
||||
dependenciesInfo.includeInApk false
|
||||
vectorDrawables.generatedDensities = []
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
buildConfig true
|
||||
}
|
||||
buildTypes {
|
||||
debug {
|
||||
buildConfigField 'String', 'DICTIONARY_EXTENSION', "\"${DICTIONARY_OUTPUT_EXTENSION}\""
|
||||
|
|
@ -113,9 +115,6 @@ android {
|
|||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
dependenciesInfo {
|
||||
includeInApk false
|
||||
}
|
||||
|
||||
flavorDimensions = ['app']
|
||||
productFlavors {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue