Update android gradle plugin (#414)

This commit is contained in:
tehcneko 2021-03-26 20:45:02 +08:00 committed by GitHub
parent 68b37fa4a1
commit de9db8dab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ buildscript {
maven("https://storage.googleapis.com/r8-releases/raw")
}
dependencies {
classpath("com.android.tools:r8:3.0.28-dev")
classpath("com.android.tools.build:gradle:7.0.0-alpha11")
classpath("com.android.tools:r8:3.0.30-dev")
classpath("com.android.tools.build:gradle:7.0.0-alpha12")
classpath("org.eclipse.jgit:org.eclipse.jgit:5.10.0.202012080955-r")
classpath(kotlin("gradle-plugin", version = "1.4.32"))
}