You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/android.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ jobs:
12
12
runs-on: ubuntu-latest
13
13
14
14
steps:
15
-
- uses: actions/checkout@v3
16
-
- name: set up JDK 17
17
-
uses: actions/setup-java@v3
15
+
- uses: actions/checkout@v4
16
+
- name: set up JDK 21
17
+
uses: actions/setup-java@v4
18
18
with:
19
-
java-version: '17'
20
19
distribution: 'temurin'
20
+
java-version: '21'
21
21
cache: gradle
22
22
- name: Replace the demo link
23
23
run: sed -i 's/https:\/\/appassets.androidplatform.net\/assets\/webgal\/index.html/https:\/\/demo.openwebgal.com\//g' app/src/main/res/values/values.xml
0 commit comments