Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Sep 7, 2019
1 parent fad2d63 commit d58b70e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Nowadays, I created a new intuitive and flexible way to easily create complex Re

In your `build.gradle`:

_MultiType has been rebuilt based on [AndroidX](https://developer.android.com/jetpack/androidx/). If you are still using the android support library, please use `multitype:3.4.4` and `multitype-kotlin:3.4.4`._
_MultiType has been rebuilt based on [AndroidX](https://developer.android.com/jetpack/androidx/). If you are still using the android support library, please use `me.drakeet.multitype:multitype:3.4.4` and `me.drakeet.multitype:multitype-kotlin:3.4.4`._

_In addition, since 4.0.0 we have migrated to fully build with Kotlin. If you don't want to use Kotlin, you can use the last stable version `multitype:3.5.0` and see [3.x](https://github.com/drakeet/MultiType/tree/3.x)._
_In addition, since 4.0.0 we have migrated to fully build with Kotlin. If you don't want to use Kotlin, you can use the last stable version `me.drakeet.multitype:multitype:3.5.0` and see [3.x](https://github.com/drakeet/MultiType/tree/3.x)._

```groovy
dependencies {
implementation 'me.drakeet.multitype:multitype:4.0.0'
implementation 'com.drakeet.multitype:multitype:4.0.0'
}
```

Expand Down

0 comments on commit d58b70e

Please sign in to comment.