chore: bump android sdk to 36

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-08-20 11:12:17 +02:00
parent adfaa04a71
commit 84605d21f8
1 changed files with 2 additions and 2 deletions

View File

@ -73,12 +73,12 @@ fun buildproperty(propertyName: String, fallbackEnv: String? = null): String? {
} }
android { android {
compileSdk = 35 compileSdk = 36
defaultConfig { defaultConfig {
applicationId = "chat.revolt" applicationId = "chat.revolt"
minSdk = 24 minSdk = 24
targetSdk = 35 targetSdk = 36
versionCode = Integer.parseInt("001_003_206".replace("_", ""), 10) versionCode = Integer.parseInt("001_003_206".replace("_", ""), 10)
versionName = "1.3.6b" versionName = "1.3.6b"