[android] Don't include dependenciesInfo blobs

This metadata is encrypted with a public key owned by Google (only Google can read it). It's unauditable and there's no benefit to keeping it.
see https://android.izzysoft.de/articles/named/iod-scan-apkchecks#blobs for more info

Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
Harry Bond
2025-07-12 01:50:02 +01:00
committed by Konstantin Pastbin
parent f066b44e01
commit cc948034f3

View File

@@ -65,6 +65,13 @@ project.ext.appName = 'CoMaps'
android {
namespace 'app.organicmaps'
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
}
buildFeatures {
dataBinding = true
buildConfig = true