Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Release 3.0.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Feb 7, 2020
1 parent d7fa171 commit 8b51d36
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down Expand Up @@ -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'
}
```

Expand Down Expand Up @@ -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'
}
```

Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 8b51d36

Please sign in to comment.