Update *SdkVersion

This commit is contained in:
Jannis Mattheis
2022-10-17 21:19:42 +02:00
parent a4e0e291df
commit 5360cf401e

View File

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