mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Bump compile and target SDK to 34
This commit is contained in:
parent
b0158f1a93
commit
84b8d410d5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
ext.versions = [
|
ext.versions = [
|
||||||
'minSdk' : 21,
|
'minSdk' : 21,
|
||||||
'compileSdk' : 33,
|
'compileSdk' : 34,
|
||||||
'targetSdk' : 33,
|
'targetSdk' : 34,
|
||||||
'sourceCompat' : JavaVersion.VERSION_11,
|
'sourceCompat' : JavaVersion.VERSION_11,
|
||||||
'targetCompat' : JavaVersion.VERSION_11,
|
'targetCompat' : JavaVersion.VERSION_11,
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue