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 {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="922"
|
||||
android:versionCode="923"
|
||||
android:versionName="45.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue