fix: disable APK signing block to resolve F-Droid build issues (#793)

Thanks for the patch from @linsui.
This commit is contained in:
Integral
2025-06-16 01:51:30 +08:00
committed by GitHub
parent 55b3ba63ec
commit e69808a2f6

View File

@@ -92,6 +92,13 @@ android {
// No applicationIdSuffix or resValue here // No applicationIdSuffix or resValue here
} }
} }
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
} }
flutter { flutter {