mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 07:57:39 +00:00
Upgrade AGP to 8.4.0
This commit is contained in:
parent
6f2c76b898
commit
090cb4b0f9
@ -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")
|
||||
|
@ -5,7 +5,7 @@ plugins {
|
||||
setupCommon()
|
||||
|
||||
android {
|
||||
namespace = "com.topjohnwu.magisk.native"
|
||||
namespace = "com.topjohnwu.magisk.binary"
|
||||
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
|
Loading…
x
Reference in New Issue
Block a user