mirror of
https://github.com/gotify/android.git
synced 2026-05-06 22:26:15 +08:00
chore: update SDK to 36 (A16)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user