Skip to content

Commit

Permalink
Merge pull request #367 from DennisBauer/disable_dependencies_info
Browse files Browse the repository at this point in the history
Disable dependenciesInfo
  • Loading branch information
DennisBauer authored Nov 8, 2024
2 parents 3a2ec0a + 37945f1 commit e934ad1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ android {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
dependencies {
debugImplementation(compose.uiTooling)
}
Expand Down

0 comments on commit e934ad1

Please sign in to comment.