Skip to content

Commit 2cd1d84

Browse files
committed
Bump to version 1.2.0
1 parent b70655f commit 2cd1d84

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
2424
dependencies{
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" />`

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
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
2222
GROUP=com.github.andremion
2323

2424
POM_DESCRIPTION=A simple Floating Action Button that shows an anchored Navigation View

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)