File tree 2 files changed +6
-6
lines changed
2 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 21] ( https://img.shields.io/badge/minSdkVersion-21-red.svg?style=true )
3
3
![ compileSdkVersion 24] ( https://img.shields.io/badge/compileSdkVersion-24-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.0.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.1.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.0.1 '
25
+ compile 'com.github.andremion:floatingnavigationview:1.1.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.0.1 </version >
35
+ <version >1.1.0 </version >
36
36
<type >aar</type >
37
37
</dependency >
38
38
```
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.0.1
21
- VERSION_CODE =2
20
+ VERSION_NAME =1.1.0
21
+ VERSION_CODE =3
22
22
GROUP =com.github.andremion
23
23
24
24
POM_DESCRIPTION =A simple Floating Action Button that shows an anchored Navigation View
@@ -30,4 +30,4 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0
30
30
POM_LICENCE_URL =http://www.apache.org/licenses/LICENSE-2.0.txt
31
31
POM_LICENCE_DIST =repo
32
32
POM_DEVELOPER_ID =andremion
33
- POM_DEVELOPER_NAME =André Mion
33
+ POM_DEVELOPER_NAME =André Mion
You can’t perform that action at this time.
0 commit comments