Skip to content

Commit 304c315

Browse files
committed
[版本更新] 更新到1.0.4
1 parent caaeea2 commit 304c315

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A adapter for android recyclerview which could make a complex type view page eas
1515

1616
```groovy
1717
dependencies {
18-
implementation 'com.xiangning:sectionadapter:1.0.3'
18+
implementation 'com.xiangning:sectionadapter:1.0.4'
1919
}
2020
```
2121

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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']

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)