Skip to content

Commit

Permalink
Removed the "dependencies compile" guide for AGP 2.+
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Dec 25, 2017
1 parent 492697a commit 3632140
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ dependencies {
}
```

If you are using `com.android.tools.build:gradle:2.+`, use this instead:

```groovy
dependencies {
compile 'me.drakeet.multitype:multitype:3.4.1'
}
```

_Note: MultiType does not support RecyclerView below version 23.0.0._

## Usage
Expand Down

0 comments on commit 3632140

Please sign in to comment.