Skip to content

Commit

Permalink
fix #638
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Nov 30, 2024
1 parent 4097a81 commit 2daecb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ if (keystorePropertiesFile.exists()) {
android {
compileSdkVersion 34

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

lintOptions {
checkReleaseBuilds false
Expand Down

0 comments on commit 2daecb5

Please sign in to comment.