We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2f8a4 commit ab27463Copy full SHA for ab27463
.github/workflows/kdocs.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
- uses: actions/setup-java@v1
12
with:
13
- java-version: 1.8
+ java-version: 11
14
- name: Fix android 32.0.0 dx
15
continue-on-error: true
16
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && cp d8 dx && cd lib && cp d8.jar dx.jar
.github/workflows/publishing_packages.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
0 commit comments