mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +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 {
|
||||
// Ref: https://kotlinlang.org/releases.html
|
||||
ext.kotlin_version = '1.4.30'
|
||||
ext.kotlin_coroutines_version = "1.4.1"
|
||||
ext.kotlin_coroutines_version = "1.4.2"
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
|
|
Loading…
Reference in a new issue