Upgrade gradle plugin from 7.1.3 to 7.2.2

This commit is contained in:
Benoit Marty 2022-08-25 09:51:32 +02:00 committed by Benoit Marty
parent 842a9bbd55
commit c5571c06ed

View file

@ -7,10 +7,7 @@ ext.versions = [
'targetCompat' : JavaVersion.VERSION_11,
]
// 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"
def gradle = "7.2.2"
// Ref: https://kotlinlang.org/releases.html
def kotlin = "1.6.21"
def kotlinCoroutines = "1.6.4"