Merge pull request #3043 from vector-im/dependabot/gradle/kotlin_version-1.4.32

Bump kotlin_version from 1.4.31 to 1.4.32
This commit is contained in:
Benoit Marty 2021-03-25 13:57:50 +01:00 committed by GitHub
commit 0f22dc610d
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.31'
ext.kotlin_version = '1.4.32'
ext.kotlin_coroutines_version = "1.4.2"
repositories {
google()