Skip to content

Commit

Permalink
dev: >>
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTrem authored Dec 7, 2023
1 parent a8cfc84 commit 1a549a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
# - run: flutter test test_driver/integration_test.dart

- run: |
echo flutter.minSdkVersion=21 > /home/runner/work/chemobile/chemobile/android/local.properties
echo flutter.targetSdkVersion=30 > /home/runner/work/chemobile/chemobile/android/local.properties
echo flutter.compileSdkVersion=30 > /home/runner/work/chemobile/chemobile/android/local.properties
echo flutter.minSdkVersion=21 >> /home/runner/work/chemobile/chemobile/android/local.properties
echo flutter.targetSdkVersion=30 >> /home/runner/work/chemobile/chemobile/android/local.properties
echo flutter.compileSdkVersion=30 >> /home/runner/work/chemobile/chemobile/android/local.properties
cat /home/runner/work/chemobile/chemobile/android/local.properties
pwd
Expand Down

0 comments on commit 1a549a8

Please sign in to comment.