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 {
|
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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue