Skip to content
Snippets Groups Projects
Unverified Commit 7e5bf623 authored by Daniel Gultsch's avatar Daniel Gultsch
Browse files

bump target SDK to 34 (Android 14)

parent 15042872
Branches
Tags
No related merge requests found
...@@ -90,11 +90,11 @@ ext { ...@@ -90,11 +90,11 @@ ext {
android { android {
namespace 'eu.siacs.conversations' namespace 'eu.siacs.conversations'
compileSdkVersion 33 compileSdkVersion 34
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 34
versionCode 42077 versionCode 42077
versionName "2.12.12" versionName "2.12.12"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment