Skip to content

Commit

Permalink
Upgrade min Android SDK to 21 for Patrol
Browse files Browse the repository at this point in the history
  • Loading branch information
getBoolean committed Aug 13, 2023
1 parent 9c77b1f commit 27cd78e
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 @@ -48,8 +48,8 @@ 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.

// 19 required by patrol
minSdkVersion 19 // flutter.minSdkVersion
// 21 required by patrol
minSdkVersion 21 // flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 27cd78e

Please sign in to comment.