update dependencies

This commit is contained in:
InsanusMokrassar 2021-03-13 20:22:55 +06:00
parent 496d4cf100
commit ec85fd77f9
2 changed files with 10 additions and 4 deletions

View File

@ -2,6 +2,12 @@
## 0.5.1
* Versions
* `Kotlin`: `1.4.21` -> `1.4.31`
* `Coroutines`: `1.4.2` -> `1.4.3`
* `Klock`: `2.0.3` -> `2.0.7`
* `Androidx Work`: `2.4.0` -> `2.5.0`
## 0.5.0 Years
**BREAKING CHANGES**

View File

@ -8,12 +8,12 @@ android.useAndroidX=true
android.enableJetifier=false
kotlin_version=1.4.21
kotlin_coroutines_version=1.4.2
kotlin_version=1.4.31
kotlin_coroutines_version=1.4.3
dokka_version=1.4.20
klockVersion=2.0.3
klockVersion=2.0.7
## Github reease
@ -29,7 +29,7 @@ junit_version=4.12
test_ext_junit_version=1.1.2
espresso_core=3.3.0
androidx_work_version=2.4.0
androidx_work_version=2.5.0
## Common