don't include dependency info in apk (#2995)

This commit is contained in:
Konrad Pozniak 2022-12-05 19:13:15 +01:00 committed by GitHub
parent 157f4adfa1
commit 564caf4e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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