File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,12 @@ buildscript {
66 repositories {
77 google()
88 jcenter()
9- mavenCentral()
109 maven{
1110 url " https://oss.sonatype.org/content/groups/public"
1211 }
1312 }
1413 dependencies {
15- classpath ' com.android.tools.build:gradle:4.2.1 '
14+ classpath ' com.android.tools.build:gradle:3.5.0 '
1615 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1716 classpath ' com.google.gms:google-services:4.3.3'
1817 classpath ' com.google.firebase:firebase-crashlytics-gradle:2.3.0'
@@ -26,7 +25,6 @@ allprojects {
2625 repositories {
2726 google()
2827 jcenter()
29- mavenCentral()
3028 // 添加如下 maven 仓库地址--- 腾讯对象存储
3129 maven {
3230 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.7.1-bin .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.3-all .zip
77android.enableUnitTestBinaryResources =true
You can’t perform that action at this time.
0 commit comments