Update build.gradle.kts (#1267)

This commit is contained in:
tehcneko 2021-10-14 18:17:37 +08:00 committed by GitHub
parent 2f39f32f0b
commit 236f55a944
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()
}
val navVersion by extra("2.4.0-alpha10")
val agpVersion by extra("7.0.2")
val agpVersion by extra("7.0.3")
dependencies {
classpath("com.android.tools.build:gradle:$agpVersion")
classpath("org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r")