Skip to content

Commit

Permalink
Bump to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Oct 4, 2019
1 parent b70655f commit 2cd1d84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![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)
![minSdkVersion 19](https://img.shields.io/badge/minSdkVersion-19-red.svg?style=true)
![compileSdkVersion 29](https://img.shields.io/badge/compileSdkVersion-29-yellow.svg?style=true)
[![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)
[![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)

[![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)
[![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)
Expand All @@ -22,7 +22,7 @@ Include the library in your `build.gradle`

```groovy
dependencies{
compile 'com.github.andremion:floatingnavigationview:1.1.1'
compile 'com.github.andremion:floatingnavigationview:1.2.0'
}
```

Expand All @@ -32,7 +32,7 @@ or in your `pom.xml` if you are using Maven
<dependency>
<groupId>com.github.andremion</groupId>
<artifactId>floatingnavigationview</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
<type>aar</type>
</dependency>
```
Expand Down Expand Up @@ -68,7 +68,7 @@ or in your `pom.xml` if you are using Maven
</androidx.coordinatorlayout.widget.CoordinatorLayout>
```

###Custom attributes
### Custom attributes

- The menu resource to inflate and populate items from
`<attr name="menu" format="reference" />`
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.1.1
VERSION_CODE=4
VERSION_NAME=1.2.0
VERSION_CODE=5
GROUP=com.github.andremion

POM_DESCRIPTION=A simple Floating Action Button that shows an anchored Navigation View
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 2cd1d84

Please sign in to comment.