diff --git a/RELEASE/app-release_version_2_1_0.aab b/RELEASE/app-release_version_2_1_0.aab new file mode 100644 index 0000000..10dd33e Binary files /dev/null and b/RELEASE/app-release_version_2_1_0.aab differ diff --git a/android/app/build.gradle b/android/app/build.gradle index 5b128b3..cb3a7b5 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -54,7 +54,7 @@ android { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "be.unov.myinfomate.tablet" minSdkVersion 21 - targetSdkVersion 34 + targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName multiDexEnabled true