Skip to content

Commit

Permalink
Prepare for release v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Saket Narayan committed Oct 22, 2018
1 parent b1e96b5 commit 6c07ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-beta3'
implementation 'me.saket:inboxrecyclerview:1.0.0-rc1'
```

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
2 changes: 1 addition & 1 deletion inboxrecyclerview/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=1.0.0-rc1
VERSION_CODE=3
GROUP=me.saket

Expand Down

0 comments on commit 6c07ad1

Please sign in to comment.