Skip to content

Commit

Permalink
Modify README related to apt
Browse files Browse the repository at this point in the history
  • Loading branch information
wakwak3125 committed Jan 1, 2018
1 parent 4dcffbd commit 15c7ac4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,13 @@ Droidux depends on [RxJava][rxjava] and [Data Binding][databinding].
Add to your project build.gradle file:

```groovy
buildscript {
dependencies {
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
apply plugin: 'com.android.application'
dependencies {
compile 'io.reactivex:rxjava:1.1.0'
compile 'info.izumin.android:droidux:0.6.0'
apt 'info.izumin.android:droidux-processor:0.6.0'
annotationProcessor 'info.izumin.android:droidux-processor:0.6.0'
}
```

Expand Down

0 comments on commit 15c7ac4

Please sign in to comment.