Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCanape committed Aug 10, 2024
1 parent e9a4bfe commit bb5ecf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.0'
- name: Ensure latest Kotlin version
run: |
sed -i 's/ext.kotlin_version = .*/ext.kotlin_version = "1.9.10"/g' android/build.gradle
sed -i 's/id("org.jetbrains.kotlin.android").*/id("org.jetbrains.kotlin.android") version "1.9.10"/g' android/settings.gradle
- name: Install dependencies
run: flutter pub get
- name: Generate l10n
Expand Down
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
allprojects {
ext.kotlin_version = '1.9.10'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit bb5ecf3

Please sign in to comment.