From 055a08800ed3db0f7fff7503b7834491541fa216 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Thu, 9 May 2024 18:14:36 +0200 Subject: [PATCH] Revert "Disable DEPENDENCY_INFO_BLOCK" This reverts commit 5a7f7efab8360910f88e39001e73b58966ce4203. --- app/app/build.gradle.kts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/app/build.gradle.kts b/app/app/build.gradle.kts index c2ea91fc..a939536a 100644 --- a/app/app/build.gradle.kts +++ b/app/app/build.gradle.kts @@ -101,12 +101,6 @@ android { lint { abortOnError = false } - - dependenciesInfo { - includeInApk = false - includeInBundle = false - } - namespace = "de.mm20.launcher2" }