Skip to content

Commit 6ca6e81

Browse files
committed
Preparing 4.3.2 release
1 parent 232519b commit 6ca6e81

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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> {
149149
This 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

164164
You also have to add the url to the snapshot repository:
@@ -348,7 +348,7 @@ public class DiffAdapter extends AsyncListDifferDelegationAdapter<Animal> {
348348
There 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

354354
Use `PagedListDelegationAdapter`.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=4.3.2-SNAPSHOT
21-
VERSION_CODE=432-SNAPSHOT
20+
VERSION_NAME=4.3.2
21+
VERSION_CODE=432
2222
GROUP=com.hannesdorfmann
2323

2424

0 commit comments

Comments
 (0)