Skip to content

Commit

Permalink
changed dependenciesInfo according to https://gitlab.com/fdroid/fdroi…
Browse files Browse the repository at this point in the history
  • Loading branch information
ochadenas committed Nov 19, 2024
1 parent e62ff2c commit f571561
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ android {
versionName "1.46"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

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

}

androidResources {
Expand Down

0 comments on commit f571561

Please sign in to comment.