Skip to content

Commit ceff443

Browse files
committed
build: 升级 compileSdkVersion 和 targetSdkVersion 至 31
1 parent 31e953d commit ceff443

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

DialogUtilsLib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ plugins {
55
}
66

77
android {
8-
compileSdkVersion 30
8+
compileSdkVersion 31
99

1010
defaultConfig {
1111
minSdkVersion 16
12-
targetSdkVersion 30
12+
targetSdkVersion 31
1313

1414
consumerProguardFiles "consumer-rules.pro"
1515
//使用矢量图

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
}
44

55
android {
6-
compileSdkVersion 30
6+
compileSdkVersion 31
77

88
defaultConfig {
99
applicationId "com.mjsoftking.dialogutilsapp"
1010
minSdkVersion 21
11-
targetSdkVersion 30
11+
targetSdkVersion 31
1212
versionCode 1
1313
versionName "1.0"
1414

0 commit comments

Comments
 (0)