1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Upgrade Android Gradle Plugin to 8.11.0

This commit is contained in:
Benoit Marty
2025-07-08 14:35:18 +02:00
parent a283eea620
commit 3652ae5a90

View File

@@ -7,7 +7,7 @@ ext.versions = [
'jvmTarget' : "21",
]
def gradle = "8.4.2"
def gradle = "8.11.0"
// Ref: https://kotlinlang.org/releases.html
def kotlin = "1.9.24"
def kotlinCoroutines = "1.8.1"