Skip to content

Commit

Permalink
downgrade flutter to 3.16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
appdevelpo committed Apr 12, 2024
1 parent 9a151fc commit fa10bd7
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 89 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Flutter action
uses: subosito/flutter-action@v2
with:
flutter-version: 3.19.5
flutter-version: 3.16.8
channel: stable
- name: Decode keystore
run: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
flutter-version: 3.19.5
flutter-version: 3.16.8
channel: stable
- name: Install project dependencies
run: flutter pub get
Expand All @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
flutter-version: 3.19.5
flutter-version: 3.16.8
channel: stable
- name: Install project dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.0'
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
Expand Down
Loading

0 comments on commit fa10bd7

Please sign in to comment.