Browse Source

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

pull/3007/head
Konrad Pozniak 3 years ago committed by GitHub
parent
commit
564caf4e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/build.gradle

4
app/build.gradle

@ -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…
Cancel
Save