Skip to content

Commit

Permalink
set minSdkVersion back to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Hsuan Tsai authored and Yu-Hsuan Tsai committed Sep 24, 2024
1 parent 9c0759f commit a9d4fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
flutter pub get
flutter build apk --release --no-shrink
flutter build appbundle --release --no-shrink --build-number 10011
flutter build appbundle --release --no-shrink --build-number 10012
- uses: actions/upload-artifact@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
applicationId "de.wlanthermo.app"
// 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 34
minSdkVersion 21
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit a9d4fc7

Please sign in to comment.