mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-05 04:03:46 +00:00
[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:
committed by
Konstantin Pastbin
parent
f066b44e01
commit
cc948034f3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user