[gradle] Update AGP to 7.1.0-alpha11 (#1046)

This commit is contained in:
Howard Wu 2021-09-04 08:58:08 +08:00 committed by GitHub
parent 3d2159f52c
commit 8278e2d64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.1.0-alpha10")
classpath("com.android.tools.build:gradle:7.1.0-alpha11")
classpath("org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.4.0-alpha07")
}