This commit is contained in:
InsanusMokrassar 2021-11-12 15:41:12 +06:00
parent 2f3796733d
commit ea7fab6130
2 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.6.6
* Versions
* `Klock`: `2.4.8`
* `Androidx Work`: `2.7.0`
## 0.6.5 ## 0.6.5
* Flows now use `doWhile` functions * Flows now use `doWhile` functions

View File

@ -11,9 +11,9 @@ android.enableJetifier=false
kotlin_version=1.5.31 kotlin_version=1.5.31
kotlin_coroutines_version=1.5.2 kotlin_coroutines_version=1.5.2
dokka_version=1.5.30 dokka_version=1.5.31
klockVersion=2.4.2 klockVersion=2.4.8
## Github reease ## Github reease
@ -29,9 +29,9 @@ junit_version=4.12
test_ext_junit_version=1.1.2 test_ext_junit_version=1.1.2
espresso_core=3.3.0 espresso_core=3.3.0
androidx_work_version=2.6.0 androidx_work_version=2.7.0
## Common ## Common
version=0.6.5 version=0.6.6
android_code_version=9 android_code_version=10