Skip to content

Commit 1b766d9

Browse files
committed
修改compileSdkVersion
1 parent 5759d22 commit 1b766d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

groupedadapter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ apply plugin: 'com.android.library'
33
group='com.github.donkingliang' // 指定group,com.github.<用户名>
44

55
android {
6-
compileSdkVersion 32
6+
compileSdkVersion 30
77
defaultConfig {
88
minSdkVersion 15
9-
targetSdkVersion 32
9+
targetSdkVersion 30
1010
versionCode 1
1111
versionName "1.1"
1212
}

0 commit comments

Comments
 (0)