feat: set target Android 15

This commit is contained in:
Niko Diamadis
2024-10-27 13:10:48 -04:00
parent b4474a2785
commit 1c90866e70

View File

@@ -6,11 +6,11 @@ plugins {
android { android {
namespace "com.github.gotify" namespace "com.github.gotify"
compileSdk 34 compileSdk 35
defaultConfig { defaultConfig {
applicationId "com.github.gotify" applicationId "com.github.gotify"
minSdk 23 minSdk 23
targetSdk 34 targetSdk 35
versionCode 32 versionCode 32
versionName "2.8.1" versionName "2.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"