From 97cb0c4524e77afb8691b525f8ba50ac737e9e6b Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 11 Dec 2024 18:17:45 +0100 Subject: [PATCH] Remove DependencyInfoBlock from apk --- android/app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 314b06d..2c3584b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -15,6 +15,10 @@ android { namespace = "de.swgross.calorimeter" compileSdk = flutter.compileSdkVersion ndkVersion = flutter.ndkVersion + dependenciesInfo { + includeInApk = false + includeInBundle = false + } compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8