Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niorgai committed Nov 5, 2018
1 parent 3e1663b commit f87af1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ Add the dependency
```groovy
dependencies {
compile ('com.github.niorgai:StatusBarCompat:2.1.4', {
// After AndroidX
implementation ('com.github.niorgai:StatusBarCompat:2.2.0', {
exclude group: 'com.android.support'
})
// Before AndroidX
compile ('com.github.niorgai:StatusBarCompat:2.1.4', {
exclude group: 'com.android.support'
})
}
Expand Down

0 comments on commit f87af1b

Please sign in to comment.