Skip to content

Commit e6b73c3

Browse files
committed
last changes
1 parent 4cf34f5 commit e6b73c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/manual.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build APK
1+
name: manual
22

33
on:
44
workflow_dispatch:
@@ -21,11 +21,11 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323

24-
- name: Setup JDK 21
24+
- name: Setup JDK 17
2525
uses: actions/setup-java@v5
2626
with:
2727
distribution: 'temurin'
28-
java-version: '21'
28+
java-version: '17'
2929
cache: 'gradle'
3030

3131
- name: Environment info

0 commit comments

Comments
 (0)