We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2ba37 commit ba87210Copy full SHA for ba87210
2 files changed
README.md
@@ -37,5 +37,5 @@
37
#### 使用
38
39
```
40
-implementation 'com.github.xiaoxiaoying:Page-RecyclerView-ArrayAdpter:1.4.0'
+implementation 'com.github.xiaoxiaoying:Page-RecyclerView-ArrayAdpter:1.4.1'
41
recyclerarrayadapter/build.gradle
@@ -13,8 +13,8 @@ android {
13
defaultConfig {
14
minSdkVersion 15
15
targetSdkVersion 31
16
- versionCode 20
17
- versionName "1.4.0"
+ versionCode 21
+ versionName "1.4.1"
18
19
}
20
compileOptions {
0 commit comments