Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Rummler committed Nov 15, 2018
1 parent ec2a65c commit 3dc38b5
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -4,7 +4,7 @@
<a target="_blank" href="https://developer.android.com/reference/android/os/Build.VERSION_CODES.html#ICE_CREAM_SANDWICH"><img src="https://img.shields.io/badge/API-14%2B-blue.svg?style=flat" alt="API" /></a>
<a target="_blank" href="LICENSE"><img src="http://img.shields.io/:license-apache-blue.svg" alt="License" /></a>
<a target="_blank" href="https://maven-badges.herokuapp.com/maven-central/com.jaredrummler/material-spinner"><img src="https://maven-badges.herokuapp.com/maven-central/com.jaredrummler/material-spinner/badge.svg" alt="Maven Central" /></a>
<a target="_blank" href="http://www.methodscount.com/?lib=com.jaredrummler%3Amaterial-spinner%3A1.3.0"><img src="https://img.shields.io/badge/methods-197-e91e63.svg" /></a>
<a target="_blank" href="http://www.methodscount.com/?lib=com.jaredrummler%3Amaterial-spinner%3A1.3.1"><img src="https://img.shields.io/badge/methods-197-e91e63.svg" /></a>
<a target="_blank" href="https://twitter.com/jaredrummler"><img src="https://img.shields.io/twitter/follow/jaredrummler.svg?style=social" /></a>
</p>

Expand Down Expand Up @@ -60,17 +60,17 @@ You can add attributes to customize the view. Available attributes:
Download
--------

Download [the latest AAR](https://repo1.maven.org/maven2/com/jaredrummler/material-spinner/1.3.0/material-spinner-1.3.0.aar) or grab via Gradle:
Download [the latest AAR](https://repo1.maven.org/maven2/com/jaredrummler/material-spinner/1.3.1/material-spinner-1.3.1.aar) or grab via Gradle:

```groovy
compile 'com.jaredrummler:material-spinner:1.3.0'
compile 'com.jaredrummler:material-spinner:1.3.1'
```
or Maven:
```xml
<dependency>
<groupId>com.jaredrummler</groupId>
<artifactId>material-spinner</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.3.0
VERSION_CODE=130
VERSION_NAME=1.3.1
VERSION_CODE=131
GROUP=com.jaredrummler

POM_NAME=Material Spinner
Expand Down

0 comments on commit 3dc38b5

Please sign in to comment.