mirror of
https://github.com/mastodon/mastodon-android.git
synced 2024-12-23 07:26:46 +01:00
Remove dependency metadata blob from apks (#777)
This commit is contained in:
parent
963b80cce9
commit
3cdc27eb94
@ -67,6 +67,12 @@ android {
|
||||
buildFeatures{
|
||||
aidl true
|
||||
}
|
||||
dependenciesInfo{
|
||||
// Disables dependency metadata when building APKs.
|
||||
includeInApk false
|
||||
// Disables dependency metadata when building Android App Bundles.
|
||||
includeInBundle false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user