Skip to content

Commit

Permalink
Merge pull request #643 from lamarios/fix/remove-google-metadata-thingy
Browse files Browse the repository at this point in the history
fix #638
  • Loading branch information
lamarios authored Nov 30, 2024
2 parents 2bedf37 + 2daecb5 commit 5343c31
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 5343c31

Please sign in to comment.