Skip to content

Commit

Permalink
Don't include dependency info blocks when building APKs and Android A…
Browse files Browse the repository at this point in the history
…pp Bundles.
  • Loading branch information
DavidBerdik committed Jan 6, 2025
1 parent a7e0b35 commit 0afe81d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ android {
kotlinCompilerExtensionVersion = "1.5.3"
}

dependenciesInfo {
includeInApk = false
includeInBundle = false
}

buildTypes {
release {
isMinifyEnabled = true
Expand Down

0 comments on commit 0afe81d

Please sign in to comment.