From 1c90866e708f88fa018f58166321a0ddc1388fe5 Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Sun, 27 Oct 2024 13:10:48 -0400 Subject: [PATCH] feat: set target Android 15 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b7a286e..df3d181 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,11 +6,11 @@ plugins { android { namespace "com.github.gotify" - compileSdk 34 + compileSdk 35 defaultConfig { applicationId "com.github.gotify" minSdk 23 - targetSdk 34 + targetSdk 35 versionCode 32 versionName "2.8.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"