Skip to content

Commit

Permalink
Merge pull request #483 from danemadsen/main
Browse files Browse the repository at this point in the history
update android sdk target to 33
  • Loading branch information
danemadsen authored Apr 11, 2024
2 parents 1cd7c7c + adb999e commit 0cefafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
abiFilters 'arm64-v8a', 'x86_64'
}
minSdkVersion 23
targetSdkVersion 31
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit 0cefafb

Please sign in to comment.