mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 12:19:55 +00:00
Disable dependency metadata in apk and app bundle
This commit is contained in:
parent
d8ba65b2a9
commit
ec4f945123
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,13 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
// Disables dependency metadata when building APKs.
|
||||
includeInApk = false
|
||||
// Disables dependency metadata when building Android App Bundles.
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
kotlinOptions { jvmTarget = "1.8" }
|
||||
|
||||
buildFeatures { viewBinding true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue