File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
android {
11
11
compileSdkVersion 29
12
- buildToolsVersion " 27.0.3"
13
12
14
13
lintOptions {
15
14
abortOnError false
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ buildscript {
16
16
}
17
17
}
18
18
dependencies {
19
- classpath ' com.android.tools.build:gradle:4.0.0 '
20
- classpath ' com.android.boost.easyconfig:easyconfig:2.4.3 '
19
+ classpath ' com.android.tools.build:gradle:7.1.1 '
20
+ classpath ' com.android.boost.easyconfig:easyconfig:2.6.5 '
21
21
}
22
22
}
23
23
@@ -26,7 +26,7 @@ allprojects {
26
26
google()
27
27
jcenter()
28
28
maven {
29
- url ' http ://mvn.cloud.alipay.com/nexus/content/repositories/releases/'
29
+ url ' https ://mvn.cloud.alipay.com/nexus/content/repositories/releases/'
30
30
name ' alipay'
31
31
credentials {
32
32
username ' mvn_read_ws'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -all.zip
You can’t perform that action at this time.
0 commit comments