From 707e1295c5dc6a250620e627d29168ad3dc5855b Mon Sep 17 00:00:00 2001 From: pie Date: Wed, 29 Apr 2026 23:07:37 +0200 Subject: [PATCH] Fix extra signing block problem on Fdroid --- app/build.gradle.kts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 711d280..1f5ee0f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,6 +11,13 @@ android { version = release(36) } + dependenciesInfo { + // Disables dependency metadata when building APKs. + includeInApk = false + // Disables dependency metadata when building Android App Bundles. + includeInBundle = false + } + defaultConfig { applicationId = "org.esiliati.repo.picostreaming.app" minSdk = 24