Skip to content

Commit 1703fef

Browse files
committed
Android compile and target SDK 33
1 parent 94b989a commit 1703fef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LabelStoreMax/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

LabelStoreMax/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
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

0 commit comments

Comments
 (0)