mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: disable APK signing block to resolve F-Droid build issues (#793)
Thanks for the patch from @linsui.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user