Skip to content

Commit

Permalink
Fix lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirWrites committed May 3, 2019
1 parent 97842a8 commit e58fbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -44,14 +44,14 @@ and to your app `build.gradle`:
###### AndroidX
```groovy
dependencies {
implementation 'com.github.VladimirWrites:Lemniscate:1.4.5'
implementation 'com.github.VladimirWrites:Lemniscate:2.0.0'
}
```

###### Android Support Library
```groovy
dependencies {
implementation 'com.github.VladimirWrites:Lemniscate:2.0.0'
implementation 'com.github.VladimirWrites:Lemniscate:1.4.5'
}
```

Expand Down

0 comments on commit e58fbee

Please sign in to comment.