Skip to content

Commit 496cafe

Browse files
committed
build(android): 更新编译SDK版本及版本号
- 将compileSdk版本从31升级到35 - 将版本号versionName从4.3.4更新为4.4.0
1 parent addd713 commit 496cafe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ plugins {
88
signing
99
}
1010

11-
val versionName = "4.3.4"
11+
val versionName = "4.4.0"
1212

1313

1414
android {
1515
namespace = "com.chad.library.adapter4"
1616

17-
compileSdk = 31
17+
compileSdk = 35
1818

1919
defaultConfig {
2020
minSdk = 19

0 commit comments

Comments
 (0)