update android compile sdk up to 33.0.0

This commit is contained in:
2022-02-27 19:05:07 +06:00
parent 8382108b01
commit f64171c0f0
3 changed files with 6 additions and 6 deletions

View File

@@ -11,9 +11,9 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Fix android 32.0.0 dx
- name: Fix android 33.0.0 dx
continue-on-error: true
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && mv d8 dx && cd lib && mv d8.jar dx.jar
run: cd /usr/local/lib/android/sdk/build-tools/33.0.0/ && cp d8 dx && cd lib && cp d8.jar dx.jar
- name: Build
run: ./gradlew dokkaHtml
- name: Publish KDocs