diff --git a/app/build.gradle b/app/build.gradle index de170f1..7869ff7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"