Skip to content

Commit

Permalink
ci: try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Jun 11, 2024
1 parent 10d767d commit 7e19bfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-playstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: "zulu"
java-version: "21.x"
java-version: "17"

- name: Configure Google Services
run: echo "$GOOGLE_SERVICES_JSON" > google-services.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: "zulu"
java-version: "21.x"
java-version: "17"

# Setup the flutter environment.
- name: Set up Flutter
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 7e19bfe

Please sign in to comment.