Skip to content

Commit

Permalink
Upgrade AGP to 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored and topjohnwu committed May 9, 2024
1 parent 6f2c76b commit 090cb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion native/build.gradle.kts
Expand Up @@ -5,7 +5,7 @@ plugins {
setupCommon()

android {
namespace = "com.topjohnwu.magisk.native"
namespace = "com.topjohnwu.magisk.binary"

externalNativeBuild {
ndkBuild {
Expand Down

0 comments on commit 090cb4b

Please sign in to comment.