mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-27 13:29:31 +00:00
fix: disable dependency metadata in APKs and App Bundles (#57)
This commit is contained in:
parent
781e266a5f
commit
630219dfbe
1 changed files with 9 additions and 0 deletions
|
|
@ -46,6 +46,15 @@ android {
|
|||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
||||
// see: https://gitlab.com/IzzyOnDroid/repo/-/issues/623#note_2149548690
|
||||
// https://android.izzysoft.de/articles/named/iod-scan-apkchecks#blobs
|
||||
dependenciesInfo {
|
||||
// Disables dependency metadata when building APKs.
|
||||
includeInApk = false
|
||||
// Disables dependency metadata when building Android App Bundles.
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "dr.blank.vaani"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue