From 00e84250056b65547b2580f9054c09cb354b0406 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Wed, 6 Nov 2024 10:50:20 +0530 Subject: [PATCH] gradle: Disable dependency information for play console Aurora Store isn't available on Google Play (yet) Ref: https://developer.android.com/build/dependencies#dependency-info-play Ref: https://apt.izzysoft.de/fdroid/index/info#signingblock Signed-off-by: Aayush Gupta --- app/build.gradle.kts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 918a8fc18..3cdc5ceea 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -124,6 +124,11 @@ android { androidResources { generateLocaleConfig = true } + + dependenciesInfo { + includeInApk = false + includeInBundle = false + } } dependencies {