Skip to content

Commit

Permalink
load minSdkVersion from flutter.minSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Jan 29, 2025
1 parent 3e8fc9a commit 47708a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion min_version_test/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
applicationId "com.example.minversiontest"
// 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 19
minSdkVersion flutter.minSdkVersion
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 47708a4

Please sign in to comment.