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