Update AGP

This commit is contained in:
vvb2060
2020-12-18 05:14:16 +08:00
committed by John Wu
parent d11358671e
commit 0298ab99c4
5 changed files with 12 additions and 22 deletions

View File

@@ -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 {