File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ please. There is a simple sample for this library. 😄
105105It'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```
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ proj_name=adaptiverecyclerview
2222proj_libname =AdaptiveRecyclerview
2323proj_group =com.devrapid.jieyi
2424proj_artifactid =adaptiverecyclerview
25- proj_version =1.0.2
25+ proj_version =1.0.3
2626proj_description =Create an adaptive recycler view for each of type view.
2727proj_websiteurl =https://github.com/pokk/AdaptiveRecyclerView
2828proj_issuetrackerurl =https://github.com/pokk/AdaptiveRecyclerView/issues
You can’t perform that action at this time.
0 commit comments