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

Bump minSdk to 26 to work with modern react native versions

This commit is contained in:
Jorge Martín
2025-09-12 12:28:30 +02:00
parent f2a8c42bd2
commit effcb21a7f

View File

@@ -1,5 +1,5 @@
ext.versions = [
'minSdk' : 21,
'minSdk' : 26,
'compileSdk' : 35,
'targetSdk' : 35,
'sourceCompat' : JavaVersion.VERSION_21,