Skip to content

Commit

Permalink
performance: remove dependency metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTFtrue authored Apr 13, 2024
2 parents 7b28d24 + 283948b commit 689a2da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ android {
arg("room.schemaLocation", "$projectDir/schemas")
}
}

dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
buildTypes {
release {
isMinifyEnabled = true
Expand Down

0 comments on commit 689a2da

Please sign in to comment.