diff --git a/android/app/build.gradle b/android/app/build.gradle index d0c0f06..3b70bed 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -15,6 +15,7 @@ android { namespace = "de.swgross.calorimeter" compileSdk = flutter.compileSdkVersion ndkVersion = flutter.ndkVersion + dependenciesInfo { includeInApk = false includeInBundle = false @@ -33,8 +34,8 @@ android { applicationId = "de.swgross.calorimeter" minSdk = flutter.minSdkVersion targetSdk = flutter.targetSdkVersion - versionCode = 3 - versionName = "1.0.3" + versionCode = 4 + versionName = "1.0.4" } signingConfigs {