Skip to content

Commit 901a89f

Browse files
committed
Upgrade: updated the library version.
1 parent 2cd7bae commit 901a89f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ please. There is a simple sample for this library. 😄
105105
It's very easy to import, you just put them into your gradle file.
106106

107107
```gradle
108-
compile "com.devrapid.jieyi:adaptiverecyclerview:0.0.7"
108+
compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.3"
109109
```
110110

111111
## Maven
@@ -114,7 +114,7 @@ compile "com.devrapid.jieyi:adaptiverecyclerview:0.0.7"
114114
<dependency>
115115
<groupId>com.devrapid.jieyi</groupId>
116116
<artifactId>adaptiverecyclerview</artifactId>
117-
<version>0.0.7</version>
117+
<version>1.0.3</version>
118118
<type>pom</type>
119119
</dependency>
120120
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ proj_name=adaptiverecyclerview
2222
proj_libname=AdaptiveRecyclerview
2323
proj_group=com.devrapid.jieyi
2424
proj_artifactid=adaptiverecyclerview
25-
proj_version=1.0.2
25+
proj_version=1.0.3
2626
proj_description=Create an adaptive recycler view for each of type view.
2727
proj_websiteurl=https://github.com/pokk/AdaptiveRecyclerView
2828
proj_issuetrackerurl=https://github.com/pokk/AdaptiveRecyclerView/issues

0 commit comments

Comments
 (0)