We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5979b4 commit 78c77e7Copy full SHA for 78c77e7
README.md
@@ -22,7 +22,7 @@ Include the library in your `build.gradle`
22
23
```groovy
24
dependencies{
25
- compile 'com.github.andremion:floatingnavigationview:1.1.0'
+ compile 'com.github.andremion:floatingnavigationview:1.1.1'
26
}
27
```
28
@@ -32,7 +32,7 @@ or in your `pom.xml` if you are using Maven
32
<dependency>
33
<groupId>com.github.andremion</groupId>
34
<artifactId>floatingnavigationview</artifactId>
35
- <version>1.1.0</version>
+ <version>1.1.1</version>
36
<type>aar</type>
37
</dependency>
38
0 commit comments