1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Also upgrade kotlin_coroutines_version to 1.5.1

This commit is contained in:
Benoit Marty
2021-08-30 14:45:54 +02:00
committed by Benoit Marty
parent 34edc79450
commit d773fb4135

View File

@@ -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()