Merge pull request #7265 from vector-im/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.7.20

Bump kotlin-gradle-plugin from 1.7.10 to 1.7.20
This commit is contained in:
Benoit Marty 2022-10-04 16:06:58 +02:00 committed by GitHub
commit 984995dcb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ext.versions = [
def gradle = "7.2.2"
// Ref: https://kotlinlang.org/releases.html
def kotlin = "1.7.10"
def kotlin = "1.7.20"
def kotlinCoroutines = "1.6.4"
def dagger = "2.43.2"
def appDistribution = "16.0.0-beta04"