diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2fae721..124d535 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -10,11 +10,11 @@ plugins { android { namespace = "com.github.gotify" - compileSdk = 35 + compileSdk = 36 defaultConfig { applicationId = "com.github.gotify" minSdk = 23 - targetSdk = 35 + targetSdk = 36 versionCode = 33 versionName = "2.8.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"