Skip to content

Commit ba87210

Browse files
committed
1.4.1
1 parent 4e2ba37 commit ba87210

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
#### 使用
3838

3939
```
40-
implementation 'com.github.xiaoxiaoying:Page-RecyclerView-ArrayAdpter:1.4.0'
40+
implementation 'com.github.xiaoxiaoying:Page-RecyclerView-ArrayAdpter:1.4.1'
4141
```

recyclerarrayadapter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
defaultConfig {
1414
minSdkVersion 15
1515
targetSdkVersion 31
16-
versionCode 20
17-
versionName "1.4.0"
16+
versionCode 21
17+
versionName "1.4.1"
1818

1919
}
2020
compileOptions {

0 commit comments

Comments
 (0)