chore: bump android sdk to 36
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
adfaa04a71
commit
84605d21f8
|
|
@ -73,12 +73,12 @@ fun buildproperty(propertyName: String, fallbackEnv: String? = null): String? {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdk = 35
|
||||
compileSdk = 36
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "chat.revolt"
|
||||
minSdk = 24
|
||||
targetSdk = 35
|
||||
targetSdk = 36
|
||||
versionCode = Integer.parseInt("001_003_206".replace("_", ""), 10)
|
||||
versionName = "1.3.6b"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue