Also upgrade kotlin_coroutines_version to 1.5.1
This commit is contained in:
parent
34edc79450
commit
d773fb4135
|
@ -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…
Reference in New Issue