From 6c07ad109f45b094de5945ce68202ff25c975024 Mon Sep 17 00:00:00 2001 From: Saket Narayan Date: Mon, 22 Oct 2018 23:38:31 +0530 Subject: [PATCH] Prepare for release v1.0.0-rc1 --- README.md | 2 +- inboxrecyclerview/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ede399..bbbd0f3 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/inboxrecyclerview/gradle.properties b/inboxrecyclerview/gradle.properties index f6c01a4..0d5aaea 100644 --- a/inboxrecyclerview/gradle.properties +++ b/inboxrecyclerview/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.0.0-SNAPSHOT +VERSION_NAME=1.0.0-rc1 VERSION_CODE=3 GROUP=me.saket