From 5ade485da8fc67aa88a890f11c36bdaad9bed456 Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Mon, 30 Jun 2025 17:44:41 +0200 Subject: [PATCH] chore: update SDK to 36 (A16) --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"