Skip to content

Commit

Permalink
Update build.gradle (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin authored Sep 22, 2023
1 parent 73f58b1 commit 22c88c3
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 @@ -50,7 +50,7 @@ android {
applicationId "moe.coreproject"
// 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 flutter.minSdkVersion
minSdkVersion 21 // flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit 22c88c3

Please sign in to comment.