Upgrade AGP

This commit is contained in:
LoveSy 2023-12-01 19:46:43 +08:00 committed by John Wu
parent 334554697d
commit 4e99997013
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ gradlePlugin {
dependencies {
implementation(embeddedKotlin("gradle-plugin"))
implementation("com.android.tools.build:gradle:8.1.4")
implementation("com.android.tools.build:gradle:8.2.0")
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.7.5")
implementation("org.lsposed.lsparanoid:gradle-plugin:0.5.2")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r")

View File

@ -6,6 +6,7 @@ setupCommon()
android {
namespace = "com.topjohnwu.magisk.native"
ndkVersion = "26.1.10909125"
externalNativeBuild {
ndkBuild {