update dependencies

This commit is contained in:
InsanusMokrassar 2021-04-28 23:58:55 +06:00
parent e30928e23d
commit 122daa3220
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## 0.5.0
* `Versions`:
* `Kotlin Exposed`: `0.30.2` -> `0.31.1`
* `RecyclerView`: `1.1.0` -> `1.2.0`
## 0.4.36
* All `Android` targets inside common mpp modules now includes JVM code

View File

@ -9,7 +9,7 @@ android.enableJetifier=true
kotlin_version=1.4.32
kotlin_coroutines_version=1.4.3
kotlin_serialisation_core_version=1.1.0
kotlin_exposed_version=0.30.2
kotlin_exposed_version=0.31.1
ktor_version=1.5.3
@ -22,7 +22,7 @@ uuidVersion=0.2.4
# ANDROID
core_ktx_version=1.3.2
androidx_recycler_version=1.1.0
androidx_recycler_version=1.2.0
appcompat_version=1.2.0
android_minSdkVersion=19