From 8b51d3656df991108bbdfd193b8778b812691fd9 Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Fri, 7 Feb 2020 15:06:42 -0800 Subject: [PATCH] Release 3.0.0-RC4 --- README.md | 6 +++--- RELEASE_NOTES.md | 6 ++++++ dependencies.gradle | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 860205f..68aa2dd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add this to your module's `build.gradle` file: ```gradle dependencies { - implementation 'com.afollestad.assent:core:3.0.0-RC3' + implementation 'com.afollestad.assent:core:3.0.0-RC4' } ``` @@ -155,7 +155,7 @@ Add this to your module's `build.gradle` file: ```gradle dependencies { - implementation 'com.afollestad.assent:rationales:3.0.0-RC3' + implementation 'com.afollestad.assent:rationales:3.0.0-RC4' } ``` @@ -196,7 +196,7 @@ Add this to your module's `build.gradle` file: ```gradle dependencies { - implementation 'com.afollestad.assent:coroutines:3.0.0-RC3' + implementation 'com.afollestad.assent:coroutines:3.0.0-RC4' } ``` diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ef4e6fe..869a0be 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +3.0.0-RC4 + +* Fixed https://github.com/afollestad/assent/issues/16 + +--- + 3.0.0-RC3 * Quick fix-up around permanently denied detection! No longer reliant on rationale handler either. diff --git a/dependencies.gradle b/dependencies.gradle index ba01218..2ed25c7 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,8 +2,8 @@ ext.versions = [ min_sdk: 14, compile_sdk: 29, build_tools: "29.0.0", - publish_version: "3.0.0-RC3", - publish_version_code: 23 + publish_version: "3.0.0-RC4", + publish_version_code: 24 ] ext.deps = [