Skip to content

Commit

Permalink
remove the dependency metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
FuturisticGoo committed Sep 30, 2024
1 parent bad9e29 commit 3324665
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ android {
fdroid {
}
}

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


}

// See: https://developer.android.com/build/configure-apk-splits
Expand Down

0 comments on commit 3324665

Please sign in to comment.