Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #243 from MXCzkEVM/blueberry_ring
Browse files Browse the repository at this point in the history
fix: Increase target sdk
  • Loading branch information
reasje authored Jul 9, 2024
2 parents db86eda + 7dbec22 commit 756f886
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 @@ -54,7 +54,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-gradle-build-configuration.
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode System.getenv('APPCENTER_BUILD_ID')?.toInteger() ?: 404
versionName flutterVersionName
}
Expand Down

0 comments on commit 756f886

Please sign in to comment.