mirror of
https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git
synced 2024-11-18 14:23:52 +00:00
update dependencies and commit-publish workflow
This commit is contained in:
parent
69c819162d
commit
6a5cd2f469
3
.github/workflows/commit-publish.yml
vendored
3
.github/workflows/commit-publish.yml
vendored
@ -8,9 +8,6 @@ jobs:
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- name: Fix android 32.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
|
||||
- name: Update version
|
||||
run: |
|
||||
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"
|
||||
|
@ -4,8 +4,6 @@ org.gradle.parallel=true
|
||||
kotlin.js.generate.externals=true
|
||||
kotlin.incremental=true
|
||||
kotlin.incremental.js=true
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
||||
|
||||
kotlin_version=1.7.22
|
||||
@ -13,10 +11,10 @@ kotlin_serialisation_core_version=1.4.1
|
||||
|
||||
github_release_plugin_version=2.4.1
|
||||
|
||||
tgbotapi_version=5.1.0
|
||||
micro_utils_version=0.16.8
|
||||
tgbotapi_version=5.2.0
|
||||
micro_utils_version=0.16.10
|
||||
exposed_version=0.41.1
|
||||
plagubot_version=3.4.1
|
||||
plagubot_version=3.5.0
|
||||
|
||||
# Dokka
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user