Skip to content

Commit 36809fc

Browse files
committed
Fix operator error
1 parent 8434003 commit 36809fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the dependency
2323
```groovy
2424
dependencies {
2525
// After AndroidX
26-
implementation ('com.github.niorgai:StatusBarCompat:2.3.0', {
26+
implementation ('com.github.niorgai:StatusBarCompat:2.3.1', {
2727
exclude group: 'androidx.appcompat:appcompat'
2828
exclude group: 'com.google.android.material:material'
2929
})

0 commit comments

Comments
 (0)