Upgrade deps (#1886)

This commit is contained in:
LoveSy
2024-07-17 23:32:10 +08:00
committed by GitHub
parent eab91d9d2b
commit ea112fc0dc
6 changed files with 9 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ val androidMinSdkVersion = 26
val androidTargetSdkVersion = 35
val androidCompileSdkVersion = 35
val androidBuildToolsVersion = "35.0.0"
val androidCompileNdkVersion = "27.0.11718014-beta1"
val androidCompileNdkVersion = "27.0.12077973"
val androidSourceCompatibility = JavaVersion.VERSION_21
val androidTargetCompatibility = JavaVersion.VERSION_21
val managerVersionCode by extra(getVersionCode())