fix: gradle updated to exclude offending blobs, change log link fixed, removed old screenshots.
This commit is contained in:
@@ -11,7 +11,7 @@ android {
|
||||
targetSdk 35
|
||||
|
||||
versionCode 1
|
||||
versionName '4.0.6'
|
||||
versionName '4.0.7'
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
|
||||
javaCompileOptions {
|
||||
@@ -35,7 +35,12 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
dependenciesInfo {
|
||||
// Disables dependency metadata when building APKs (for IzzyOnDroid/F-Droid)
|
||||
includeInApk = false
|
||||
// Disables dependency metadata when building Android App Bundles (for Google Play)
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
flavorDimensions += "default"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user