Remove dependency metadata blob from apks (#777)
This commit is contained in:
parent
963b80cce9
commit
3cdc27eb94
|
@ -67,6 +67,12 @@ android {
|
||||||
buildFeatures{
|
buildFeatures{
|
||||||
aidl true
|
aidl true
|
||||||
}
|
}
|
||||||
|
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