Skip to content

Commit

Permalink
build: Remove DependencyInfoBlock (gokadzev#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Nov 15, 2024
1 parent 9f6a665 commit 56b12ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ android {
buildConfig = true
}

dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}

buildTypes {
release {
signingConfig signingConfigs.release
Expand Down

0 comments on commit 56b12ad

Please sign in to comment.