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-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Jun 5, 2019
1 parent 4a25ece commit 76d5bce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 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-RC2'
implementation 'com.afollestad:recyclical:1.0.0-RC3'
}
```

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-RC2'
implementation 'com.afollestad:recyclical-swipe:1.0.0-RC3'
}
```

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

* Fix calls to `set` on a DataSource not invalidating the empty view.

### 1.0.0-RC1

* Preparing for 1.0.0!
* Got rid of 'long' swipe actions, at least for now. They don't work well with Android's included APIs.
* Some housecleaning and upgrades.
* compileSdk 29 and Build Tools 29.0.0!
* Fixed a crash when using `dataSourceOf(...)` with multiple items of different types.
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-RC2',
publishVersionCode : 20,
publishVersion : '1.0.0-RC3',
publishVersionCode : 21,

gradlePlugin : '3.4.1',
kotlin : '1.3.31',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.fragment.app.Fragment
import com.afollestad.recyclical.datasource.dataSourceOf
import com.afollestad.recyclical.datasource.emptyDataSource
import com.afollestad.recyclical.setup
import com.afollestad.recyclical.swipe.SwipeLocation.LEFT
Expand Down

0 comments on commit 76d5bce

Please sign in to comment.