We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161a230 commit d688f31Copy full SHA for d688f31
.github/workflows/deploy-to-play-store.yml
@@ -8,7 +8,7 @@ jobs:
8
deployAabToGooglePlayInternal:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
with:
13
fetch-depth: 0
14
- uses: actions/setup-java@v5
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments