From 3281aa2afb562c393507d3d8830b3320816a0c54 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 7 Dec 2024 16:32:52 +0100 Subject: [PATCH] try something --- android/app/build.gradle | 7 +- android/app/src/main/AndroidManifest.xml | 96 ++++++++++++------------ 2 files changed, 48 insertions(+), 55 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ab6d58c..036ad15 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,14 +20,11 @@ android { } defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId = "de.swgross.calorimeter" - // You can update the following values to match your application needs. - // For more information, see: https://flutter.dev/to/review-gradle-config. minSdk = flutter.minSdkVersion targetSdk = flutter.targetSdkVersion - versionCode = flutter.versionCode - versionName = flutter.versionName + versionCode = 2001 + versionName = 1.0.0 } buildTypes { diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 995e3cf..736eef1 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,51 +1,47 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +