Skip to content

Commit

Permalink
Add note for AndroidX version
Browse files Browse the repository at this point in the history
  • Loading branch information
adibfara committed Jan 25, 2019
1 parent b4721d7 commit 1ad5feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Download
Add the dependencies to your project:

```groovy
implementation 'android.arch.lifecycle:extensions:x.x.x'
implementation 'com.snakydesign.livedataextensions:lives:1.2.1'
implementation 'android.arch.lifecycle:extensions:x.x.x' // If you are using the AndoirdX version, that's fine too, as the Jetifier will take care of the conversion.
```

If you want to use this library on a Java project, add the following dependency:
Expand Down

0 comments on commit 1ad5feb

Please sign in to comment.