bump target SDK to 34 (Android 14)

This commit is contained in:
Daniel Gultsch 2023-10-20 10:45:28 +02:00
parent 1504287287
commit 7e5bf623ae
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -90,11 +90,11 @@ ext {
android {
namespace 'eu.siacs.conversations'
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode 42077
versionName "2.12.12"
archivesBaseName += "-$versionName"