From 8312444c8b9f1559d553265028ee8a68a79e0c12 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Sun, 22 Dec 2024 21:51:05 +0100 Subject: [PATCH] chore: Disable android dependency info + v0.18.2 --- you-have-mail-android/app/build.gradle | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/you-have-mail-android/app/build.gradle b/you-have-mail-android/app/build.gradle index c679b94..4e27aed 100644 --- a/you-have-mail-android/app/build.gradle +++ b/you-have-mail-android/app/build.gradle @@ -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 { @@ -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 {