Skip to content

Commit

Permalink
reduced minimum sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSena19 committed Oct 14, 2023
1 parent b04e089 commit 9901351
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 @@ -47,7 +47,7 @@ android {
applicationId "com.example.health_watch"
// 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 31
minSdkVersion 29
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 9901351

Please sign in to comment.