Skip to content

Commit

Permalink
Merge pull request #11 from volkansahin45/patch-1
Browse files Browse the repository at this point in the history
Update README.md and fix AndroidX typo.
  • Loading branch information
adibfara committed Feb 2, 2019
2 parents 1ad5feb + 57d35fb commit 78d1e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Add the dependencies to your project:

```groovy
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.
implementation 'android.arch.lifecycle:extensions:x.x.x' // If you are using the AndroidX 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 78d1e7e

Please sign in to comment.