Compare commits

..

7 Commits

Author SHA1 Message Date
renovate[bot]
6c76e4dccf Merge fd800801b5 into 5ff02a2a9d 2023-12-06 05:55:52 +00:00
renovate[bot]
fd800801b5 Update dependency com.android.tools.build:gradle to v8.2.0 2023-12-06 05:55:50 +00:00
5ff02a2a9d Merge pull request #85 from InsanusMokrassar/2.2.4
2.2.4
2023-11-26 21:23:18 +06:00
f56215ee10 start 2.2.4 and update dependencies 2023-11-26 21:20:39 +06:00
e66acb34de Update kdocs.yml 2023-11-03 00:31:23 +06:00
78ac446311 Update publishing_packages.yml 2023-11-03 00:31:12 +06:00
697b4e81b8 Merge pull request #81 from InsanusMokrassar/2.2.3
2.2.3
2023-11-02 23:28:22 +06:00
4 changed files with 13 additions and 10 deletions

View File

@@ -10,10 +10,7 @@ jobs:
- uses: actions/checkout@v2
- 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/ && cp d8 dx && cd lib && cp d8.jar dx.jar
java-version: 17
- name: Build
run: ./gradlew dokkaHtml
- name: Publish KDocs

View File

@@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Update version
run: |
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"

View File

@@ -1,5 +1,11 @@
# Changelog
## 2.2.4
* `Versions`
* `Kotlin`: `1.9.21`
* `Serialization`: `1.6.1`
## 2.2.3
**THIS UPDATE CONTAINS UPGRADE OF USED JDK UP TO 17**

View File

@@ -9,9 +9,9 @@ android.useAndroidX=true
android.enableJetifier=false
kotlin_version=1.9.20
kotlin_version=1.9.21
kotlin_coroutines_version=1.7.3
kotlin_serialization_version=1.6.0
kotlin_serialization_version=1.6.1
dokka_version=1.9.10
@@ -23,7 +23,7 @@ github_release_plugin_version=2.4.1
## Android
android_gradle_version=8.1.2
android_gradle_version=8.2.0
android_minSdkVersion=21
android_compileSdkVersion=34
android_buildToolsVersion=34.0.0
@@ -36,5 +36,5 @@ androidx_work_version=2.8.1
## Common
version=2.2.3
android_code_version=33
version=2.2.4
android_code_version=34