0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Set targetSdkVersion to 34

This commit is contained in:
cketti 2024-04-22 17:35:41 +02:00
parent ef461565b7
commit 375e476520

View File

@ -5,6 +5,6 @@ object ThunderbirdProjectConfig {
val javaCompatibilityVersion = JavaVersion.VERSION_11
const val androidSdkMin = 21
const val androidSdkTarget = 33
const val androidSdkTarget = 34
const val androidSdkCompile = 34
}