Skip to content

Commit e34ac6e

Browse files
committed
updated readme
1 parent b13165a commit e34ac6e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,6 @@ adapterDelegateManager.setFallbackDelegate( fallbackDelegate );
209209
```
210210
Note also that boolean return type of `isForViewType()` of a fallback delegate will be ignored (will not be take into account). So it doesn't matter if you return true or false. You can use `AbsFallbackAdapterDelegate` that already implements `isForViewType()` so that you only have to override `onCreateViewHolder()` and `onBindViewHolder()` for your fallback adapter delegate.
211211

212-
213-
## Migrating from `2.x` to `3.0`
214-
In contrast to `2.x` in `3.0` `AdapterDelegate` is no longer a interface, but rather an abstract class.
215-
To keep version backward compatible with project that are already using `1.x` or `2.x` the package has been renamed to `com.hannesdorfmann.adapterdelegates3` and also the artifact id has been renamed to `adapterdelegates3`.
216-
217-
See the [releases section](https://github.com/sockeqwe/AdapterDelegates/releases) for more information about changes.
218-
219212
## Version 3.x to 4.0 migration
220213
`AdapterDelegates3` uses `com.android.support:recyclerview-v7:x.y.z` whereas `AdapterDelegates4` uses
221214
`androidx.recyclerview:recyclerview:1.0.0`.

0 commit comments

Comments
 (0)