Skip to content

Commit

Permalink
chore: change compileSdk to 34 to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Oct 7, 2024
1 parent 578c27a commit 67fa85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 33
compileSdkVersion 34
ndkVersion '21.4.7075529'

sourceSets {
Expand All @@ -46,7 +46,7 @@ android {
defaultConfig {
applicationId "com.fluwix"
minSdkVersion 23
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit 67fa85a

Please sign in to comment.