[gradle] Stable AGP 7.0 (#836)

This commit is contained in:
vvb2060 2021-08-03 00:13:21 +08:00 committed by GitHub
parent 5f250e860c
commit f9e458e688
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-rc01")
classpath("com.android.tools.build:gradle:7.0.0")
classpath("org.eclipse.jgit:org.eclipse.jgit:5.10.0.202012080955-r")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5")
}