Skip to content

Commit

Permalink
🐛 Fixed android build
Browse files Browse the repository at this point in the history
  • Loading branch information
devaryakjha committed Oct 17, 2023
1 parent bc62d77 commit a70868c
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 @@ -78,7 +78,7 @@ android {
applicationId "dev.aryak.varanasi"
// 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 21
minSdkVersion 24
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit a70868c

Please sign in to comment.