mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
kotlin_coroutines_version = "1.5.0-RC" since kotlin_version = '1.5.0'
This commit is contained in:
parent
3c0ac0a576
commit
0354151fa7
@ -3,7 +3,7 @@
|
||||
buildscript {
|
||||
// Ref: https://kotlinlang.org/releases.html
|
||||
ext.kotlin_version = '1.5.0'
|
||||
ext.kotlin_coroutines_version = "1.4.2"
|
||||
ext.kotlin_coroutines_version = "1.5.0-RC"
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
|
Loading…
Reference in New Issue
Block a user