Skip to content

Commit

Permalink
Test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Oct 15, 2024
1 parent 3c452bf commit f121829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android_clean_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
api-level: [ 34 ]
flutter-version: [ "3.16.0" ,"3.19.0", "3.22.X", "3.24.X" ]
flutter-version: [ 3.16.0 ,3.19.0, 3.22.X, 3.24.X ]

steps:
- name: Provide more disk space
Expand Down Expand Up @@ -44,8 +44,8 @@ jobs:
- run: |
flutter create --template=app --platforms=android,ios demo_project
cd demo_project
echo android/build.gradle
echo android/settings.gradle
cat android/build.gradle
cat android/settings.gradle
#Change Kotlin and Gradle version for Flutter 3.16
sed -i "s/ext.kotlin_version = '1.7.10'/ext.kotlin_version = '1.8.10'/g" android/build.gradle
Expand Down

0 comments on commit f121829

Please sign in to comment.