app version + update targetSdk

This commit is contained in:
Thomas Fransolet 2024-07-10 08:18:09 +02:00
parent db25416b50
commit 5885053ea9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -54,7 +54,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "be.unov.myinfomate.tablet" applicationId "be.unov.myinfomate.tablet"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName
multiDexEnabled true multiDexEnabled true