Update targetSdkVersion to 33

This commit is contained in:
Niko Diamadis
2022-10-22 18:38:59 +02:00
committed by Jannis Mattheis
parent 1da3e38e65
commit cd47c0a841
2 changed files with 10 additions and 3 deletions

View File

@@ -4,11 +4,11 @@ plugins {
apply plugin: 'com.android.application'
android {
compileSdkVersion 30
compileSdkVersion 33
defaultConfig {
applicationId "com.github.gotify"
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 33
versionCode 26
versionName "2.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"