mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Also bump kotlin_coroutines_version to recommended version 1.4.2
This commit is contained in:
parent
d444e91ba8
commit
88964d8cf7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
// Ref: https://kotlinlang.org/releases.html
|
// Ref: https://kotlinlang.org/releases.html
|
||||||
ext.kotlin_version = '1.4.30'
|
ext.kotlin_version = '1.4.30'
|
||||||
ext.kotlin_coroutines_version = "1.4.1"
|
ext.kotlin_coroutines_version = "1.4.2"
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
|
|
Loading…
Reference in a new issue