Skip to content

Commit

Permalink
chore: Disable android dependency info + v0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leander Beernaert committed Dec 22, 2024
1 parent cb44dc9 commit 8312444
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion you-have-mail-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
minSdk 26
targetSdk 33
versionCode 39
versionName "0.18.1"
versionName "0.18.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -61,6 +61,14 @@ android {
abiFilters 'arm64-v8a', 'x86_64', 'armeabi-v7a'
}
}

// https://gitlab.com/fdroid/fdroiddata/-/issues/3330#note_2189915200
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 8312444

Please sign in to comment.