mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 18:36:21 +03:00
Use latest coroutine lib: v1.3.2
This commit is contained in:
parent
8b04fdab77
commit
c1c1c3f999
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ dependencies {
|
|||
def arrow_version = "0.8.2"
|
||||
def moshi_version = '1.8.0'
|
||||
def lifecycle_version = '2.1.0'
|
||||
def coroutines_version = "1.1.1"
|
||||
def coroutines_version = "1.3.2"
|
||||
def markwon_version = '3.1.0'
|
||||
def daggerVersion = '2.24'
|
||||
|
||||
|
|
|
@ -218,7 +218,7 @@ dependencies {
|
|||
|
||||
def epoxy_version = '3.8.0'
|
||||
def arrow_version = "0.8.2"
|
||||
def coroutines_version = "1.1.1"
|
||||
def coroutines_version = "1.3.2"
|
||||
def markwon_version = '3.1.0'
|
||||
def big_image_viewer_version = '1.5.6'
|
||||
def glide_version = '4.10.0'
|
||||
|
|
Loading…
Reference in a new issue