Skip to content

Commit

Permalink
Disable dependency info block #79
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 authored Feb 22, 2024
1 parent 860471d commit 2641e02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ android {
}

ndkVersion '26.1.10909125'

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 2641e02

Please sign in to comment.