Update dependencies

This commit is contained in:
vvb2060
2025-01-16 12:16:39 +08:00
committed by John Wu
parent d9c2bffc9f
commit 110dd4a8b9
4 changed files with 10 additions and 11 deletions

View File

@ -72,7 +72,7 @@ private val Project.androidComponents
fun Project.setupCommon() {
androidBase {
compileSdkVersion(35)
buildToolsVersion = "34.0.0"
buildToolsVersion = "35.0.1"
ndkPath = "$sdkDirectory/ndk/magisk"
ndkVersion = "28.0.12674087"