[gradle] Update gradle to 7.0.0-rc01 (#829)

This commit is contained in:
Howard Wu 2021-07-24 01:34:49 +08:00 committed by GitHub
parent 8fd4896c32
commit 8b7811a7ed
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.0.0-beta05")
classpath("com.android.tools.build:gradle:7.0.0-rc01")
classpath("org.eclipse.jgit:org.eclipse.jgit:5.10.0.202012080955-r")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5")
}