Skip to content

Commit

Permalink
Prepare for release 1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Saket Narayan committed Sep 16, 2018
1 parent c1a8e8d commit 1b4086e
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).

```
implementation 'me.saket:inboxrecyclerview:1.0.0-beta1'
implementation 'me.saket:inboxrecyclerview:1.0.0-beta2'
```

FYI, `InboxRecyclerView` has a dependency on `androidx` for using `RecyclerView`. 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-beta2.3-SNAPSHOT
VERSION_NAME=1.0.0-beta2
VERSION_CODE=2
GROUP=me.saket

Expand Down

0 comments on commit 1b4086e

Please sign in to comment.