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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user