Skip to content

Commit

Permalink
fix: downgrade minSdkVersion (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie authored Aug 14, 2024
1 parent 9bff754 commit fb1c2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/flutter/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
applicationId "com.gopeed"
// 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 32
minSdkVersion 21
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit fb1c2cb

Please sign in to comment.