Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Rummler committed May 6, 2017
1 parent 7b41608 commit b5a1a8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ You can also set SVG glyphs and colors dynamically (see the [demo](demo)).

# Download

Download [the latest AAR](https://repo1.maven.org/maven2/com/jaredrummler/animated-svg-view/1.0.0/animated-svg-view-1.0.0.aar) or grab via Gradle:
Download [the latest AAR](https://repo1.maven.org/maven2/com/jaredrummler/animated-svg-view/1.0.4/animated-svg-view-1.0.4.aar) or grab via Gradle:

```groovy
compile 'com.jaredrummler:animated-svg-view:1.0.0'
compile 'com.jaredrummler:animated-svg-view:1.0.4'
```
or Maven:
```xml
<dependency>
<groupId>com.jaredrummler</groupId>
<artifactId>animated-svg-view</artifactId>
<version>1.0.0</version>
<version>1.0.4</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
Expand Up @@ -15,8 +15,8 @@
#
#

VERSION_NAME=1.0.0
VERSION_CODE=100
VERSION_NAME=1.0.4
VERSION_CODE=104
GROUP=com.jaredrummler
ARTIFACT_ID=animated-svg-view

Expand Down

0 comments on commit b5a1a8f

Please sign in to comment.