File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
LabelStoreMax/android/app Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
3030 exclude ' META-INF/DEPENDENCIES'
3131 }
3232
33- compileSdkVersion 31
33+ compileSdkVersion 33
3434
3535 sourceSets {
3636 main. java. srcDirs + = ' src/main/kotlin'
@@ -44,7 +44,7 @@ android {
4444 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4545 applicationId " com.woosignal.android"
4646 minSdkVersion 21
47- targetSdkVersion 31
47+ targetSdkVersion 33
4848 versionCode flutterVersionCode. toInteger()
4949 versionName flutterVersionName
5050 multiDexEnabled true
Original file line number Diff line number Diff line change 2121 android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
2222 android : hardwareAccelerated =" true"
2323 android : screenOrientation =" portrait"
24- android : windowSoftInputMode =" adjustResize" >
24+ android : windowSoftInputMode =" adjustResize"
25+ android : exported =" true" >
2526 <!-- Specifies an Android theme to apply to this Activity as soon as
2627 the Android process has started. This theme is visible to the user
2728 while the Flutter UI initializes. After that, this theme continues
You can’t perform that action at this time.
0 commit comments