From 564caf4e9dfb6ee6659cd4ae9536f12e03df62d9 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Mon, 5 Dec 2022 19:13:15 +0100 Subject: [PATCH] don't include dependency info in apk (#2995) --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 2bf6000e6..c3936ce89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,6 +90,10 @@ android { kotlinOptions { freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn" } + dependenciesInfo { + includeInApk false + includeInBundle false + } } // library versions are in PROJECT_ROOT/gradle/libs.versions.toml