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' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 30 compileSdkVersion 33
defaultConfig { defaultConfig {
applicationId "com.github.gotify" applicationId "com.github.gotify"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 33
versionCode 25 versionCode 25
versionName "2.3.3" versionName "2.3.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"