Skip to content

Commit 7e00cbc

Browse files
Update 2.1_r1
1 parent ecb65de commit 7e00cbc

File tree

146 files changed

+1022
-725
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+1022
-725
lines changed

.github/workflows/android.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
16-
- name: set up JDK 11
17-
uses: actions/setup-java@v3
18-
with:
19-
java-version: '11'
20-
distribution: 'temurin'
21-
cache: gradle
15+
- uses: actions/checkout@v3
16+
- name: set up JDK 17
17+
uses: actions/setup-java@v3
18+
with:
19+
java-version: '17'
20+
distribution: 'temurin'
21+
cache: gradle
2222

23-
- name: Grant execute permission for gradlew
24-
run: chmod +x gradlew
25-
- name: Build with Gradle
26-
run: ./gradlew build
23+
- name: Grant execute permission for gradlew
24+
run: chmod +x gradlew
25+
- name: Build with Gradle
26+
run: ./gradlew build
3.93 MB
Binary file not shown.
0 Bytes
Binary file not shown.
90.7 KB
Binary file not shown.
0 Bytes
Binary file not shown.
1.89 KB
Binary file not shown.
17 Bytes
Binary file not shown.
18.5 KB
Binary file not shown.
19.2 KB
Binary file not shown.
17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)