Skip to content

Commit 40204a3

Browse files
committed
build: 升级 Android Gradle 插件至 7.4.2 及 Gradle 至 7.5.1
1 parent 80188a2 commit 40204a3

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

DialogUtilsLib/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins {
66

77
android {
88
compileSdkVersion 30
9-
buildToolsVersion "30.0.3"
109

1110
defaultConfig {
1211
minSdkVersion 16

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
maven { url 'https://maven.aliyun.com/nexus/content/groups/public'}
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.2.1'
9+
classpath 'com.android.tools.build:gradle:7.4.2'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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-7.3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip

0 commit comments

Comments
 (0)