Merge pull request #71 from InsanusMokrassar/2.2.0

2.2.0
This commit is contained in:
InsanusMokrassar 2023-08-09 13:03:04 +06:00 committed by GitHub
commit 801c27c7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
39 changed files with 13 additions and 6 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2.2.0
* Versions
* `Kotlin`: `1.9.0`
* `Coroutines`: `1.7.3`
* `Klock`: `4.0.9`
## 2.1.2
* Versions

View File

@ -97,7 +97,7 @@ kotlin {
implementation kotlin('test-js')
}
}
androidTest {
androidUnitTest {
dependencies {
implementation kotlin('test-junit')
}

View File

@ -9,13 +9,13 @@ android.useAndroidX=true
android.enableJetifier=false
kotlin_version=1.8.22
kotlin_coroutines_version=1.7.2
kotlin_version=1.9.0
kotlin_coroutines_version=1.7.3
kotlin_serialization_version=1.5.1
dokka_version=1.8.20
klockVersion=4.0.3
klockVersion=4.0.9
## Github reease
@ -36,5 +36,5 @@ androidx_work_version=2.8.1
## Common
version=2.1.2
android_code_version=29
version=2.2.0
android_code_version=30