chore: update SDK to 36 (A16)

This commit is contained in:
Niko Diamadis
2025-06-30 17:44:41 +02:00
parent 489ac9ecc1
commit 5ade485da8

View File

@@ -10,11 +10,11 @@ plugins {
android { android {
namespace = "com.github.gotify" namespace = "com.github.gotify"
compileSdk = 35 compileSdk = 36
defaultConfig { defaultConfig {
applicationId = "com.github.gotify" applicationId = "com.github.gotify"
minSdk = 23 minSdk = 23
targetSdk = 35 targetSdk = 36
versionCode = 33 versionCode = 33
versionName = "2.8.2" versionName = "2.8.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"