mirror of
https://github.com/dovecoteescapee/ByeDPIAndroid.git
synced 2025-07-02 03:23:00 +00:00
Disable dependenciesInfo
This commit is contained in:
parent
f4b9d8de40
commit
88107def37
@ -50,6 +50,14 @@ android {
|
|||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding = true
|
viewBinding = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://android.izzysoft.de/articles/named/iod-scan-apkchecks?lang=en#blobs
|
||||||
|
dependenciesInfo {
|
||||||
|
// Disables dependency metadata when building APKs.
|
||||||
|
includeInApk = false
|
||||||
|
// Disables dependency metadata when building Android App Bundles.
|
||||||
|
includeInBundle = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user