Skip to content

Commit

Permalink
Update: updated the version to the newest.
Browse files Browse the repository at this point in the history
  • Loading branch information
pokk committed Apr 2, 2019
1 parent 3d678dd commit 01ae879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ please. There is a simple sample for this library. 😄
It's very easy to import, you just put them into your gradle file.

```gradle
compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.14"
compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.15"
```

## Maven
Expand All @@ -114,7 +114,7 @@ compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.14"
<dependency>
<groupId>com.devrapid.jieyi</groupId>
<artifactId>adaptiverecyclerview</artifactId>
<version>1.0.14</version>
<version>1.0.15</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ proj_name=adaptiverecyclerview
proj_libname=AdaptiveRecyclerview
proj_group=com.devrapid.jieyi
proj_artifactid=adaptiverecyclerview
proj_version=1.0.14
proj_version=1.0.15
proj_description=Create an adaptive recycler view for each of type view.
proj_websiteurl=https://github.com/pokk/AdaptiveRecyclerView
proj_issuetrackerurl=https://github.com/pokk/AdaptiveRecyclerView/issues
Expand Down

0 comments on commit 01ae879

Please sign in to comment.