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 e659cdc commit aec7001Copy full SHA for aec7001
1 file changed
.github/workflows/ci_master.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/setup-java@v3
33
with:
34
distribution: "zulu" # See 'Supported distributions' for available options
35
- java-version: "17"
+ java-version: "21"
36
- name: Build APK
37
run: ./gradlew assembleDebug
38
- uses: "marvinpinto/action-automatic-releases@latest"
0 commit comments