[gradle] update AGP to beta-01

This commit is contained in:
LoveSy 2021-05-19 12:57:18 +08:00 committed by LoveSy
parent 9899bbfb95
commit 02d205767a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.0-alpha15")
classpath("com.android.tools.build:gradle:7.0.0-beta01")
classpath("org.eclipse.jgit:org.eclipse.jgit:5.10.0.202012080955-r")
classpath(kotlin("gradle-plugin", version = "1.4.32"))
}