fix: gradle updated to exclude offending blobs, change log link fixed, removed old screenshots.

This commit is contained in:
eddyizm 2025-10-27 19:54:25 -07:00
parent b8b4a77349
commit 0ed329022e
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
22 changed files with 22 additions and 42 deletions

View file

@ -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"