Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 30c4c9e

Browse files
committed
Update readme to point latest release
1 parent 4619308 commit 30c4c9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Helper library for recyclerviews to create composable view holders without boile
1616
The Gradle dependency is available via [JCenter](https://bintray.com/devahamed/MultiViewAdapter/multi-view-adapter/view).
1717
JCenter is the default maven repository used by Android Studio.
1818

19-
The minimum API level supported by this library is API 9.
19+
The minimum API level supported by this library is API 14.
2020

2121
```gradle
2222
dependencies {
23-
compile 'com.github.devahamed:multi-view-adapter:1.2.3'
23+
compile 'com.github.devahamed:multi-view-adapter:1.3.0'
2424
2525
// If you want to use data binding
26-
compile 'com.github.devahamed:multi-view-adapter-databinding:1.2.3'
26+
compile 'com.github.devahamed:multi-view-adapter-databinding:1.3.0'
2727
}
2828
```
2929

0 commit comments

Comments
 (0)