Merge pull request #2938 from vector-im/dependabot/gradle/kotlin_version-1.4.31

Bump kotlin_version from 1.4.30 to 1.4.31
This commit is contained in:
Benoit Marty 2021-03-01 10:55:47 +01:00 committed by GitHub
commit dda1e854f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildscript {
// Ref: https://kotlinlang.org/releases.html
ext.kotlin_version = '1.4.30'
ext.kotlin_version = '1.4.31'
ext.kotlin_coroutines_version = "1.4.2"
repositories {
google()