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.
2 parents 743f2ad + 796d427 commit 26a2675Copy full SHA for 26a2675
.github/workflows/api-level-lint.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
distribution: 'temurin'
18
java-version: 21
19
+ cache: gradle
20
- name: Setup Android SDK
21
uses: android-actions/[email protected]
22
- name: Add execution right to the script
.github/workflows/gradle-build.yml
@@ -57,6 +57,7 @@ jobs:
57
58
java-version: 8
59
60
61
- name: Grant Execute permission for gradlew
62
run: chmod +x gradlew
63
- name: Build with Java 8
0 commit comments