File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ buildscript {
66 repositories {
77 google()
88 jcenter()
9+ mavenCentral()
910 maven{
1011 url " https://oss.sonatype.org/content/groups/public"
1112 }
1213 }
1314 dependencies {
14- classpath ' com.android.tools.build:gradle:3.5.0 '
15+ classpath ' com.android.tools.build:gradle:4.2.1 '
1516 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1617 classpath ' com.google.gms:google-services:4.3.3'
1718 classpath ' com.google.firebase:firebase-crashlytics-gradle:2.3.0'
@@ -25,6 +26,7 @@ allprojects {
2526 repositories {
2627 google()
2728 jcenter()
29+ mavenCentral()
2830 // 添加如下 maven 仓库地址--- 腾讯对象存储
2931 maven {
3032 url " https://dl.bintray.com/tencentqcloudterminal/maven"
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3-all .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1-bin .zip
77android.enableUnitTestBinaryResources =true
You can’t perform that action at this time.
0 commit comments