Skip to content

Commit

Permalink
Added change of min sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Jul 22, 2024
1 parent 18d2795 commit edc6f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android_clean_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
flutter create --template=app --platforms=android,ios demo_project
cd demo_project
sed -i 's/"org.jetbrains.kotlin.android" version "1.7.10"/"org.jetbrains.kotlin.android" version "1.8.10"/g' android/settings.gradle
sed -i 's/"minSdkVersion 19"/"minSdkVersion 21"/g' android/app/build.gradle
flutter pub add adyen_checkout
flutter build apk --debug
Expand Down

0 comments on commit edc6f35

Please sign in to comment.