Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Dec 21, 2019
1 parent 05b888e commit ecbd610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add JitPack to your root `build.gradle`:
Add the libraries you need to the `dependencies` section in your app project `build.gradle`:

api 'com.github.grishka.litex:annotation:1.0'
compile 'com.github.grishka.litex:recyclerview:1.0'
compile 'com.github.grishka.litex:drawerlayout:1.0'
implementation 'com.github.grishka.litex:recyclerview:1.0'
implementation 'com.github.grishka.litex:drawerlayout:1.0'

I won't recommend using both LiteX and AndroidX in the same project. It would probably work at the end, but you'll most likely have some conflict resolution to do.

0 comments on commit ecbd610

Please sign in to comment.