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 11[ ![ 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 )
22![ minSdkVersion 19] ( https://img.shields.io/badge/minSdkVersion-19-red.svg?style=true )
33![ 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 )
55
66[ ![ 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 )
77[ ![ 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`
2222
2323``` groovy
2424dependencies{
25- compile 'com.github.andremion:floatingnavigationview:1.1.1 '
25+ compile 'com.github.andremion:floatingnavigationview:1.2.0 '
2626}
2727```
2828
@@ -32,7 +32,7 @@ or in your `pom.xml` if you are using Maven
3232<dependency >
3333 <groupId >com.github.andremion</groupId >
3434 <artifactId >floatingnavigationview</artifactId >
35- <version >1.1.1 </version >
35+ <version >1.2.0 </version >
3636 <type >aar</type >
3737</dependency >
3838```
@@ -68,7 +68,7 @@ or in your `pom.xml` if you are using Maven
6868</androidx .coordinatorlayout.widget.CoordinatorLayout>
6969```
7070
71- ###Custom attributes
71+ ### Custom attributes
7272
7373- The menu resource to inflate and populate items from
7474` <attr name="menu" format="reference" /> `
Original file line number Diff line number Diff line change 1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
1919
20- VERSION_NAME =1.1.1
21- VERSION_CODE =4
20+ VERSION_NAME =1.2.0
21+ VERSION_CODE =5
2222GROUP =com.github.andremion
2323
2424POM_DESCRIPTION =A simple Floating Action Button that shows an anchored Navigation View
You can’t perform that action at this time.
0 commit comments