File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A adapter for android recyclerview which could make a complex type view page eas
1515
1616``` groovy
1717dependencies {
18- implementation 'com.xiangning:sectionadapter:1.0.3 '
18+ implementation 'com.xiangning:sectionadapter:1.0.4 '
1919}
2020```
2121
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 defaultConfig {
1010 minSdkVersion 21
1111 targetSdkVersion 29
12- versionCode 24
13- versionName " 1.0.3 "
12+ versionCode 25
13+ versionName " 1.0.4 "
1414
1515 consumerProguardFiles ' consumer-rules.pro'
1616 }
@@ -40,7 +40,7 @@ publish {
4040 userOrg = ' xiangning17' // bintray.com用户名
4141 groupId = ' com.xiangning' // jcenter上的路径
4242 artifactId = ' sectionadapter' // 项目名称
43- publishVersion = ' 1.0.3 ' // 版本号
43+ publishVersion = ' 1.0.4 ' // 版本号
4444 desc = ' A adapter for android recyclerview which could make a complex type view page easily.' // 描述,不重要
4545 website = ' https://github.com/xiangning17/sectionadapter' // 网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
4646 licences = [' Apache-2.0' ]
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ dependencies {
3333
3434// implementation(name: 'section-adapter_1.0.2', ext: 'aar')
3535// implementation project(':library')
36- implementation ' com.xiangning:sectionadapter:1.0.3 '
36+ implementation ' com.xiangning:sectionadapter:1.0.4 '
3737}
You can’t perform that action at this time.
0 commit comments