don't include dependency info in apk (#2995)
This commit is contained in:
parent
157f4adfa1
commit
564caf4e9d
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@ android {
|
|||
kotlinOptions {
|
||||
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
|
||||
}
|
||||
dependenciesInfo {
|
||||
includeInApk false
|
||||
includeInBundle false
|
||||
}
|
||||
}
|
||||
|
||||
// library versions are in PROJECT_ROOT/gradle/libs.versions.toml
|
||||
|
|
Loading…
Reference in a new issue