From 1703fefd2061ecb8b53f4e002e165cf40195e306 Mon Sep 17 00:00:00 2001 From: Jean-Matthieu DECHRISTE Date: Thu, 8 Sep 2022 09:39:31 +0200 Subject: [PATCH] Android compile and target SDK 33 --- LabelStoreMax/android/app/build.gradle | 4 ++-- LabelStoreMax/android/app/src/main/AndroidManifest.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LabelStoreMax/android/app/build.gradle b/LabelStoreMax/android/app/build.gradle index b88ed91..07fa44a 100644 --- a/LabelStoreMax/android/app/build.gradle +++ b/LabelStoreMax/android/app/build.gradle @@ -30,7 +30,7 @@ android { exclude 'META-INF/DEPENDENCIES' } - compileSdkVersion 31 + compileSdkVersion 33 sourceSets { main.java.srcDirs += 'src/main/kotlin' @@ -44,7 +44,7 @@ android { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.woosignal.android" minSdkVersion 21 - targetSdkVersion 31 + targetSdkVersion 33 versionCode flutterVersionCode.toInteger() versionName flutterVersionName multiDexEnabled true diff --git a/LabelStoreMax/android/app/src/main/AndroidManifest.xml b/LabelStoreMax/android/app/src/main/AndroidManifest.xml index 2761afb..19a268d 100644 --- a/LabelStoreMax/android/app/src/main/AndroidManifest.xml +++ b/LabelStoreMax/android/app/src/main/AndroidManifest.xml @@ -21,7 +21,8 @@ android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:screenOrientation="portrait" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:exported="true">