mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Upgrade gradle plugin from 7.1.3 to 7.2.2
This commit is contained in:
parent
842a9bbd55
commit
c5571c06ed
1 changed files with 1 additions and 4 deletions
|
@ -7,10 +7,7 @@ ext.versions = [
|
||||||
'targetCompat' : JavaVersion.VERSION_11,
|
'targetCompat' : JavaVersion.VERSION_11,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
def gradle = "7.2.2"
|
||||||
// Pinned to 7.1.3 because of https://github.com/vector-im/element-android/issues/6142
|
|
||||||
// Please test carefully before upgrading again.
|
|
||||||
def gradle = "7.1.3"
|
|
||||||
// Ref: https://kotlinlang.org/releases.html
|
// Ref: https://kotlinlang.org/releases.html
|
||||||
def kotlin = "1.6.21"
|
def kotlin = "1.6.21"
|
||||||
def kotlinCoroutines = "1.6.4"
|
def kotlinCoroutines = "1.6.4"
|
||||||
|
|
Loading…
Reference in a new issue