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

Set compileSdk and targetSdk to 35

This commit is contained in:
Benoit Marty
2025-07-07 17:30:36 +02:00
parent 135bd22588
commit 8a9a699062

View File

@@ -1,7 +1,7 @@
ext.versions = [
'minSdk' : 21,
'compileSdk' : 34,
'targetSdk' : 34,
'compileSdk' : 35,
'targetSdk' : 35,
'sourceCompat' : JavaVersion.VERSION_21,
'targetCompat' : JavaVersion.VERSION_21,
'jvmTarget' : "21",