Upgrade AGP to 8.4.0

This commit is contained in:
LoveSy 2024-05-01 02:29:34 +08:00 committed by John Wu
parent 6f2c76b898
commit 090cb4b0f9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -5,7 +5,7 @@ plugins {
setupCommon()
android {
namespace = "com.topjohnwu.magisk.native"
namespace = "com.topjohnwu.magisk.binary"
externalNativeBuild {
ndkBuild {