update dependencies

This commit is contained in:
InsanusMokrassar 2021-06-14 22:10:25 +06:00
parent a16815143c
commit f295dff8a2
2 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
## 0.5.10
* `Versions`
* `Core KTX`: `1.3.2` -> `1.5.0`
* `AndroidX Recycler`: `1.2.0` -> `1.2.1`
* `AppCompat`: `1.2.0` -> `1.3.0`
* `Ktor`
* `Server`
* All elements in configurators became a `fun interface`

View File

@ -22,9 +22,9 @@ uuidVersion=0.3.0
# ANDROID
core_ktx_version=1.3.2
androidx_recycler_version=1.2.0
appcompat_version=1.2.0
core_ktx_version=1.5.0
androidx_recycler_version=1.2.1
appcompat_version=1.3.0
android_minSdkVersion=19
android_compileSdkVersion=30