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.
1 parent 33e12d4 commit 0876e06Copy full SHA for 0876e06
.github/workflows/api-level-lint.yml
@@ -16,6 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: actions/setup-java@v2
18
with:
19
+ distribution: 'adopt'
20
java-version: 15
21
- name: Setup Android SDK
22
uses: android-actions/setup-android@v2
.github/workflows/type-summary.yml
@@ -13,6 +13,7 @@ jobs:
13
14
15
- name: Add execution right to the script
run: chmod +x gradlew
0 commit comments