Upgrade gradle (#1496)

This commit is contained in:
LoveSy 2021-12-27 02:56:18 +08:00 committed by GitHub
parent de0579efde
commit 63808d162a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ buildscript {
google()
mavenCentral()
}
val navVersion by extra("2.4.0-beta02")
val navVersion by extra("2.4.0-rc01")
val agpVersion by extra("7.0.4")
dependencies {
classpath("com.android.tools.build:gradle:$agpVersion")

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists