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 331e25c commit 09d88ecCopy full SHA for 09d88ec
.github/workflows/stable.yml
@@ -20,7 +20,7 @@ jobs:
20
run: chmod +x ./strip_permission.sh && ./strip_permission.sh
21
- uses: actions/setup-java@v4
22
with:
23
- distribution: 'adopt'
+ distribution: 'temurin'
24
cache: 'gradle'
25
java-version: 17
26
- name: Setup Android SDK
@@ -62,7 +62,7 @@ jobs:
62
run: echo "versionName=$(grep 'versionName' app/build.gradle.kts | head -1 | awk -F\" '{ print $2 }')" >> $GITHUB_OUTPUT
63
64
65
66
67
68
0 commit comments