@@ -19,13 +19,13 @@ There are 2 artifacts for kotlin users that allow you to write Adapter Delegates
1919## Dependencies
2020
2121```
22- implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.1 '
22+ implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.2 '
2323
2424// If you use Kotlin Android Extensions and synthetic properties (alternative to findViewById())
25- implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:4.3.1 '
25+ implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:4.3.2 '
2626
2727// If you use ViewBinding
28- implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.1 '
28+ implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.2 '
2929```
3030
3131## How to use it
@@ -149,7 +149,7 @@ fun catAdapterDelegate() = adapterDelegate<Cat, Animal> {
149149This library is available on maven central:
150150
151151``` groovy
152- implementation 'com.hannesdorfmann:adapterdelegates4:4.3.1 '
152+ implementation 'com.hannesdorfmann:adapterdelegates4:4.3.2 '
153153```
154154[ ![ Build Status] ( https://travis-ci.org/sockeqwe/AdapterDelegates.svg?branch=master )] ( https://travis-ci.org/sockeqwe/AdapterDelegates )
155155
@@ -158,7 +158,7 @@ Please note that since 4.0 the group id has been changed to `adapterdelegates4`.
158158### Snapshot
159159
160160``` groovy
161- implementation 'com.hannesdorfmann:adapterdelegates4:4.3.2 -SNAPSHOT'
161+ implementation 'com.hannesdorfmann:adapterdelegates4:4.3.3 -SNAPSHOT'
162162```
163163
164164You also have to add the url to the snapshot repository:
@@ -348,7 +348,7 @@ public class DiffAdapter extends AsyncListDifferDelegationAdapter<Animal> {
348348There is an additional artifact for the pagination library:
349349
350350``` gradle
351- implementation 'com.hannesdorfmann:adapterdelegates4-pagination:4.3.1 '
351+ implementation 'com.hannesdorfmann:adapterdelegates4-pagination:4.3.2 '
352352```
353353
354354Use ` PagedListDelegationAdapter ` .
0 commit comments