diff --git a/app/build.gradle b/app/build.gradle index cabc2f1..6d1473f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,11 +4,11 @@ plugins { apply plugin: 'com.android.application' android { - compileSdkVersion 33 + compileSdkVersion 30 defaultConfig { applicationId "com.github.gotify" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 30 versionCode 26 versionName "2.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"