You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Update AGP
This commit is contained in:
@@ -18,7 +18,7 @@ buildscript {
|
||||
extra["vNav"] = vNav
|
||||
|
||||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:4.1.2")
|
||||
classpath("com.android.tools.build:gradle:4.1.3")
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31")
|
||||
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:${vNav}")
|
||||
|
||||
@@ -63,7 +63,7 @@ subprojects {
|
||||
plugins.hasPlugin("com.android.application")) {
|
||||
android.apply {
|
||||
compileSdkVersion(30)
|
||||
buildToolsVersion = "30.0.2"
|
||||
buildToolsVersion = "30.0.3"
|
||||
ndkPath = "${System.getenv("ANDROID_SDK_ROOT")}/ndk/magisk"
|
||||
|
||||
defaultConfig {
|
||||
|
||||
Reference in New Issue
Block a user