Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Jun 15, 2019
1 parent 3380675 commit ba0acb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Add this to your module's `build.gradle` file:
```gradle
dependencies {
implementation 'com.afollestad:recyclical:1.0.0-RC3'
implementation 'com.afollestad:recyclical:1.0.0'
}
```

Expand Down Expand Up @@ -455,7 +455,7 @@ Add this to your module's `build.gradle` file:
```gradle
dependencies {
implementation 'com.afollestad:recyclical-swipe:1.0.0-RC3'
implementation 'com.afollestad:recyclical-swipe:1.0.0'
}
```

Expand Down
5 changes: 2 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
1.0.0-RC3
1.0.0

* compileSdk 29 and Build Tools 29.0.0!
* Fixed a crash when using `dataSourceOf(...)` with multiple items of different types.
* Clicks are debounced.
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 = [
minSdk : 19,
compileSdk : 29,
buildTools : '29.0.0',
publishVersion : '1.0.0-RC3',
publishVersionCode : 21,
publishVersion : '1.0.0',
publishVersionCode : 22,

gradlePlugin : '3.4.1',
kotlin : '1.3.31',
Expand Down

0 comments on commit ba0acb6

Please sign in to comment.