Skip to content

Commit

Permalink
targetSDKVersionを34に
Browse files Browse the repository at this point in the history
  • Loading branch information
shiosyakeyakini-info authored Nov 4, 2024
1 parent 538bff5 commit 6955662
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 @@ -45,7 +45,7 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand All @@ -71,4 +71,4 @@ flutter {
source '../..'
}

dependencies {}
dependencies {}

0 comments on commit 6955662

Please sign in to comment.