Skip to content

Commit

Permalink
Fix DependencyInfoBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMarvin authored Sep 1, 2024
1 parent f851039 commit 32d59bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ 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 {
Expand Down

0 comments on commit 32d59bd

Please sign in to comment.