mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 16:23:55 +00:00
update dependencies
This commit is contained in:
parent
496d4cf100
commit
ec85fd77f9
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
## 0.5.1
|
## 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
|
## 0.5.0 Years
|
||||||
|
|
||||||
**BREAKING CHANGES**
|
**BREAKING CHANGES**
|
||||||
|
@ -8,12 +8,12 @@ android.useAndroidX=true
|
|||||||
android.enableJetifier=false
|
android.enableJetifier=false
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.4.21
|
kotlin_version=1.4.31
|
||||||
kotlin_coroutines_version=1.4.2
|
kotlin_coroutines_version=1.4.3
|
||||||
|
|
||||||
dokka_version=1.4.20
|
dokka_version=1.4.20
|
||||||
|
|
||||||
klockVersion=2.0.3
|
klockVersion=2.0.7
|
||||||
|
|
||||||
## Github reease
|
## Github reease
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ 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.4.0
|
androidx_work_version=2.5.0
|
||||||
|
|
||||||
## Common
|
## Common
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user