mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Also upgrade kotlin_coroutines_version to 1.5.1
This commit is contained in:
parent
34edc79450
commit
d773fb4135
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
buildscript {
|
||||
// Ref: https://kotlinlang.org/releases.html
|
||||
ext.kotlin_version = '1.5.30'
|
||||
ext.kotlin_coroutines_version = "1.5.0"
|
||||
ext.kotlin_coroutines_version = "1.5.1"
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
|
|
Loading…
Add table
Reference in a new issue