Skip to content

Commit

Permalink
Merge pull request #248 from hackware1993/androidx
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
hackware1993 authored Sep 29, 2020
2 parents 202bbe2 + 2049102 commit e14fa79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Simple steps, you can integrate **MagicIndicator**:
2. import module **magicindicator** and add dependency:

```groovy
compile project(':magicindicator')
implementation project(':magicindicator')
```

**or**
Expand All @@ -31,7 +31,8 @@ Simple steps, you can integrate **MagicIndicator**:
dependencies {
...
compile 'com.github.hackware1993:MagicIndicator:1.5.0'
implementation 'com.github.hackware1993:MagicIndicator:1.6.0' // for support lib
implementation 'com.github.hackware1993:MagicIndicator:1.7.0' // for androidx
}
```

Expand Down

0 comments on commit e14fa79

Please sign in to comment.