Skip to content

Commit 9840465

Browse files
author
archurtan
committed
Revert "更新gradle插件版本"
This reverts commit 3d3e2ff. Reason for revert: 撤销无效修改 Change-Id: Ieaf45b1e20a7286096b23ac320b1bc0c55a4ae5e
1 parent 3d3e2ff commit 9840465

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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
77
android.enableUnitTestBinaryResources=true

0 commit comments

Comments
 (0)