mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-20 07:13:50 +00:00
update dependencies
This commit is contained in:
parent
e30928e23d
commit
122daa3220
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## 0.5.0
|
## 0.5.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `Kotlin Exposed`: `0.30.2` -> `0.31.1`
|
||||||
|
* `RecyclerView`: `1.1.0` -> `1.2.0`
|
||||||
|
|
||||||
## 0.4.36
|
## 0.4.36
|
||||||
|
|
||||||
* All `Android` targets inside common mpp modules now includes JVM code
|
* All `Android` targets inside common mpp modules now includes JVM code
|
||||||
|
@ -9,7 +9,7 @@ android.enableJetifier=true
|
|||||||
kotlin_version=1.4.32
|
kotlin_version=1.4.32
|
||||||
kotlin_coroutines_version=1.4.3
|
kotlin_coroutines_version=1.4.3
|
||||||
kotlin_serialisation_core_version=1.1.0
|
kotlin_serialisation_core_version=1.1.0
|
||||||
kotlin_exposed_version=0.30.2
|
kotlin_exposed_version=0.31.1
|
||||||
|
|
||||||
ktor_version=1.5.3
|
ktor_version=1.5.3
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ uuidVersion=0.2.4
|
|||||||
# ANDROID
|
# ANDROID
|
||||||
|
|
||||||
core_ktx_version=1.3.2
|
core_ktx_version=1.3.2
|
||||||
androidx_recycler_version=1.1.0
|
androidx_recycler_version=1.2.0
|
||||||
appcompat_version=1.2.0
|
appcompat_version=1.2.0
|
||||||
|
|
||||||
android_minSdkVersion=19
|
android_minSdkVersion=19
|
||||||
|
Loading…
Reference in New Issue
Block a user