We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5759d22 commit 1b766d9Copy full SHA for 1b766d9
groupedadapter/build.gradle
@@ -3,10 +3,10 @@ apply plugin: 'com.android.library'
3
group='com.github.donkingliang' // 指定group,com.github.<用户名>
4
5
android {
6
- compileSdkVersion 32
+ compileSdkVersion 30
7
defaultConfig {
8
minSdkVersion 15
9
- targetSdkVersion 32
+ targetSdkVersion 30
10
versionCode 1
11
versionName "1.1"
12
}
0 commit comments