Skip to content

Commit

Permalink
Prepare for release v1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Jul 30, 2019
1 parent 27bc95e commit 17822b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
InboxRecyclerView is a library for building expandable descendant navigation, inspired by [Google Inbox](http://androidniceties.tumblr.com/post/100872004063/inbox-by-gmail-google-play-link) and [Reply](https://material.io/design/material-studies/reply.html). If you're interested in learning how it was created, [here's a detailed blog post](https://saket.me/inbox-recyclerview).

```groovy
implementation 'me.saket:inboxrecyclerview:1.0.0-rc1'
implementation 'me.saket:inboxrecyclerview:1.0.0-rc2'
```

FYI, `InboxRecyclerView` has a dependency on `androidx`. If you haven't [migrated](https://android-developers.googleblog.com/2018/05/hello-world-androidx.html) from the support library already, this would be a good opportunity.
Expand Down
4 changes: 2 additions & 2 deletions inboxrecyclerview/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_CODE=4
VERSION_NAME=1.0.0-rc2
VERSION_CODE=5
GROUP=me.saket

POM_ARTIFACT_ID=inboxrecyclerview
Expand Down

0 comments on commit 17822b0

Please sign in to comment.