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 {
|
defaultConfig {
|
||||||
applicationId PACKAGE_NAME
|
applicationId PACKAGE_NAME
|
||||||
|
buildFeatures.buildConfig true
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 35
|
targetSdk 35
|
||||||
versionCode getVerCode()
|
versionCode getVerCode()
|
||||||
versionName getVerName()
|
versionName getVerName()
|
||||||
|
|
||||||
|
// F-droid hacks
|
||||||
|
dependenciesInfo.includeInApk false
|
||||||
|
vectorDrawables.generatedDensities = []
|
||||||
}
|
}
|
||||||
|
|
||||||
buildFeatures {
|
|
||||||
buildConfig true
|
|
||||||
}
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
buildConfigField 'String', 'DICTIONARY_EXTENSION', "\"${DICTIONARY_OUTPUT_EXTENSION}\""
|
buildConfigField 'String', 'DICTIONARY_EXTENSION', "\"${DICTIONARY_OUTPUT_EXTENSION}\""
|
||||||
|
|
@ -113,9 +115,6 @@ android {
|
||||||
sourceCompatibility JavaVersion.VERSION_17
|
sourceCompatibility JavaVersion.VERSION_17
|
||||||
targetCompatibility JavaVersion.VERSION_17
|
targetCompatibility JavaVersion.VERSION_17
|
||||||
}
|
}
|
||||||
dependenciesInfo {
|
|
||||||
includeInApk false
|
|
||||||
}
|
|
||||||
|
|
||||||
flavorDimensions = ['app']
|
flavorDimensions = ['app']
|
||||||
productFlavors {
|
productFlavors {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:tools="http://schemas.android.com/tools"
|
<manifest xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:versionCode="922"
|
android:versionCode="923"
|
||||||
android:versionName="45.0"
|
android:versionName="45.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue