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:
commit
984995dcb9
|
@ -9,7 +9,7 @@ ext.versions = [
|
||||||
|
|
||||||
def gradle = "7.2.2"
|
def gradle = "7.2.2"
|
||||||
// Ref: https://kotlinlang.org/releases.html
|
// Ref: https://kotlinlang.org/releases.html
|
||||||
def kotlin = "1.7.10"
|
def kotlin = "1.7.20"
|
||||||
def kotlinCoroutines = "1.6.4"
|
def kotlinCoroutines = "1.6.4"
|
||||||
def dagger = "2.43.2"
|
def dagger = "2.43.2"
|
||||||
def appDistribution = "16.0.0-beta04"
|
def appDistribution = "16.0.0-beta04"
|
||||||
|
|
Loading…
Reference in New Issue