Skip to content

Commit

Permalink
Preparing 4.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Mar 16, 2022
1 parent 232519b commit 6ca6e81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ There are 2 artifacts for kotlin users that allow you to write Adapter Delegates
## Dependencies

```
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.1'
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.2'
// If you use Kotlin Android Extensions and synthetic properties (alternative to findViewById())
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:4.3.1'
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:4.3.2'
// If you use ViewBinding
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.1'
implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.2'
```

## How to use it
Expand Down Expand Up @@ -149,7 +149,7 @@ fun catAdapterDelegate() = adapterDelegate<Cat, Animal> {
This library is available on maven central:

```groovy
implementation 'com.hannesdorfmann:adapterdelegates4:4.3.1'
implementation 'com.hannesdorfmann:adapterdelegates4:4.3.2'
```
[![Build Status](https://travis-ci.org/sockeqwe/AdapterDelegates.svg?branch=master)](https://travis-ci.org/sockeqwe/AdapterDelegates)

Expand All @@ -158,7 +158,7 @@ Please note that since 4.0 the group id has been changed to `adapterdelegates4`.
### Snapshot

```groovy
implementation 'com.hannesdorfmann:adapterdelegates4:4.3.2-SNAPSHOT'
implementation 'com.hannesdorfmann:adapterdelegates4:4.3.3-SNAPSHOT'
```

You also have to add the url to the snapshot repository:
Expand Down Expand Up @@ -348,7 +348,7 @@ public class DiffAdapter extends AsyncListDifferDelegationAdapter<Animal> {
There is an additional artifact for the pagination library:

```gradle
implementation 'com.hannesdorfmann:adapterdelegates4-pagination:4.3.1'
implementation 'com.hannesdorfmann:adapterdelegates4-pagination:4.3.2'
```

Use `PagedListDelegationAdapter`.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=4.3.2-SNAPSHOT
VERSION_CODE=432-SNAPSHOT
VERSION_NAME=4.3.2
VERSION_CODE=432
GROUP=com.hannesdorfmann


Expand Down

0 comments on commit 6ca6e81

Please sign in to comment.