Update targetSdk to 34

This commit is contained in:
Niko Diamadis
2023-11-29 18:21:14 +01:00
parent 2265e94882
commit 203b3a76d5
2 changed files with 8 additions and 3 deletions

View File

@@ -6,11 +6,11 @@ plugins {
android {
namespace "com.github.gotify"
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "com.github.gotify"
minSdk 23
targetSdk 33
targetSdk 34
versionCode 30
versionName "2.7.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"