mirror of
https://github.com/gotify/android.git
synced 2026-05-07 23:29:04 +08:00
feat: set target Android 15
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user