Skip to content

Commit 565375e

Browse files
authored
Merge pull request #13 from element-hq/renovate/major-android
Update Android (major)
2 parents eac7439 + 785117f commit 565375e

File tree

13 files changed

+697
-620
lines changed

13 files changed

+697
-620
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/setup-java@v4
4747
with:
4848
distribution: 'temurin'
49-
java-version: '17'
49+
java-version: '21'
5050

5151
- name: Rust & Cargo cache
5252
uses: Swatinem/rust-cache@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/setup-java@v4
6565
with:
6666
distribution: 'temurin'
67-
java-version: '17'
67+
java-version: '21'
6868

6969
- name: 🔧 Rust & Cargo cache
7070
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)