From 5a7f7efab8360910f88e39001e73b58966ce4203 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:52:43 +0100 Subject: [PATCH] Disable DEPENDENCY_INFO_BLOCK --- app/app/build.gradle.kts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/app/build.gradle.kts b/app/app/build.gradle.kts index 8b8fa88f..781ef162 100644 --- a/app/app/build.gradle.kts +++ b/app/app/build.gradle.kts @@ -101,6 +101,12 @@ android { lint { abortOnError = false } + + dependenciesInfo { + includeInApk = false + includeInBundle = false + } + namespace = "de.mm20.launcher2" }