revert android sdk version

This commit is contained in:
InsanusMokrassar 2022-02-27 20:37:48 +06:00
parent f64171c0f0
commit 7f2f8a4a26
5 changed files with 1920 additions and 7 deletions

View File

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

View File

@ -8,9 +8,9 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Fix android 33.0.0 dx
- name: Fix android 32.0.0 dx
continue-on-error: true
run: cd /usr/local/lib/android/sdk/build-tools/33.0.0/ && cp d8 dx && cd lib && cp d8.jar dx.jar
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && cp d8 dx && cd lib && cp d8.jar dx.jar
- name: Update version
run: |
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"

View File

@ -10,7 +10,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.github.breadmoirai:github-release:$github_release_plugin_version"
classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:$dexcount_version"
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:7.0.4'
}
}

View File

@ -22,8 +22,8 @@ github_release_plugin_version=2.2.12
## Android
android_minSdkVersion=19
android_compileSdkVersion=33
android_buildToolsVersion=33.0.0
android_compileSdkVersion=32
android_buildToolsVersion=32.0.0
dexcount_version=3.0.0
junit_version=4.12
test_ext_junit_version=1.1.2

1913
kotlin-js-store/yarn.lock Normal file

File diff suppressed because it is too large Load Diff