File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ License Apache 2.0] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=true )] ( http://www.apache.org/licenses/LICENSE-2.0 )
2
2
![ minSdkVersion 19] ( https://img.shields.io/badge/minSdkVersion-19-red.svg?style=true )
3
3
![ compileSdkVersion 29] ( https://img.shields.io/badge/compileSdkVersion-29-yellow.svg?style=true )
4
- [ ![ maven-central] ( https://img.shields.io/maven-central/v/com.github.andremion/floatingnavigationview.svg )] ( https://search.maven.org/#artifactdetails%7Ccom.github.andremion%7Cfloatingnavigationview%7C1.1.1 %7Caar )
4
+ [ ![ maven-central] ( https://img.shields.io/maven-central/v/com.github.andremion/floatingnavigationview.svg )] ( https://search.maven.org/#artifactdetails%7Ccom.github.andremion%7Cfloatingnavigationview%7C1.2.0 %7Caar )
5
5
6
6
[ ![ Android Arsenal Floating-Navigation-View] ( https://img.shields.io/badge/Android%20Arsenal-Floating--Navigation--View-green.svg?style=true )] ( https://android-arsenal.com/details/1/4134 )
7
7
[ ![ MaterialUp Floating-Navigation-View] ( https://img.shields.io/badge/MaterialUp-Floating--Navigation--View-blue.svg?style=true )] ( https://www.uplabs.com/posts/floating-navigation-view )
@@ -22,7 +22,7 @@ Include the library in your `build.gradle`
22
22
23
23
``` groovy
24
24
dependencies{
25
- compile 'com.github.andremion:floatingnavigationview:1.1.1 '
25
+ compile 'com.github.andremion:floatingnavigationview:1.2.0 '
26
26
}
27
27
```
28
28
@@ -32,7 +32,7 @@ or in your `pom.xml` if you are using Maven
32
32
<dependency >
33
33
<groupId >com.github.andremion</groupId >
34
34
<artifactId >floatingnavigationview</artifactId >
35
- <version >1.1.1 </version >
35
+ <version >1.2.0 </version >
36
36
<type >aar</type >
37
37
</dependency >
38
38
```
@@ -68,7 +68,7 @@ or in your `pom.xml` if you are using Maven
68
68
</androidx .coordinatorlayout.widget.CoordinatorLayout>
69
69
```
70
70
71
- ###Custom attributes
71
+ ### Custom attributes
72
72
73
73
- The menu resource to inflate and populate items from
74
74
` <attr name="menu" format="reference" /> `
Original file line number Diff line number Diff line change 17
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
18
# org.gradle.parallel=true
19
19
20
- VERSION_NAME =1.1.1
21
- VERSION_CODE =4
20
+ VERSION_NAME =1.2.0
21
+ VERSION_CODE =5
22
22
GROUP =com.github.andremion
23
23
24
24
POM_DESCRIPTION =A simple Floating Action Button that shows an anchored Navigation View
You can’t perform that action at this time.
0 commit comments