Skip to content

Commit 67fa85a

Browse files
committed
chore: change compileSdk to 34 to fix build error
1 parent 578c27a commit 67fa85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
3232
}
3333

3434
android {
35-
compileSdkVersion 33
35+
compileSdkVersion 34
3636
ndkVersion '21.4.7075529'
3737

3838
sourceSets {
@@ -46,7 +46,7 @@ android {
4646
defaultConfig {
4747
applicationId "com.fluwix"
4848
minSdkVersion 23
49-
targetSdkVersion 33
49+
targetSdkVersion 34
5050
versionCode flutterVersionCode.toInteger()
5151
versionName flutterVersionName
5252
}

0 commit comments

Comments
 (0)