Merge pull request #42 from InsanusMokrassar/0.8.3

0.8.3
This commit is contained in:
InsanusMokrassar 2022-11-15 10:04:46 +06:00 committed by GitHub
commit 54be57d709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.8.3
* Versions
* `Kotlin`: `1.7.21`
* `Klock`: `3.4.0`
## 0.8.2 ## 0.8.2
**THIS VERSION HAS CHANGED COMPILE ANDROID SDK FROM 32 -> 33** **THIS VERSION HAS CHANGED COMPILE ANDROID SDK FROM 32 -> 33**

View File

@ -8,12 +8,12 @@ android.useAndroidX=true
android.enableJetifier=false android.enableJetifier=false
kotlin_version=1.7.20 kotlin_version=1.7.21
kotlin_coroutines_version=1.6.4 kotlin_coroutines_version=1.6.4
dokka_version=1.7.10 dokka_version=1.7.20
klockVersion=3.2.0 klockVersion=3.4.0
## Github reease ## Github reease
@ -33,5 +33,5 @@ androidx_work_version=2.7.1
## Common ## Common
version=0.8.2 version=0.8.3
android_code_version=19 android_code_version=20