Skip to content

Commit

Permalink
Upgrade to gradle 8.4 and java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed May 29, 2024
1 parent 22a0d97 commit 601b13e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: ⚙️ Setup Java
uses: actions/setup-java@v4
with:
java-version: "11.x"
java-version: "17.x"
cache: 'gradle'
distribution: 'adopt'
id: java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: ⚙️ Setup Java
uses: actions/setup-java@v4
with:
java-version: "11.x"
java-version: "17.x"
cache: 'gradle'
distribution: 'adopt'
id: java
Expand Down
2 changes: 1 addition & 1 deletion app/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
2 changes: 1 addition & 1 deletion app/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.1" apply false
id "com.android.application" version "8.4.1" apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
}

Expand Down

0 comments on commit 601b13e

Please sign in to comment.