Upgrade target sdk

This commit is contained in:
Koitharu
2025-07-12 14:01:05 +03:00
parent ec048c70f1
commit d6350afe3a
8 changed files with 12 additions and 10 deletions

View File

@@ -11,14 +11,14 @@ plugins {
}
android {
compileSdk = 35
compileSdk = 36
buildToolsVersion = '35.0.0'
namespace = 'org.koitharu.kotatsu'
defaultConfig {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 35
targetSdk = 36
versionCode = 1023
versionName = '9.0.1'
generatedDensities = []