Skip to content

Commit

Permalink
version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfishcat committed Dec 2, 2016
1 parent f8e0edc commit 58df41f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Changes
Gradle
======
```groovy
compile 'com.github.bigfishcat.android:svg-android:2.0.7'
compile 'com.github.bigfishcat.android:svg-android:2.0.8'
```

Maven
Expand All @@ -31,7 +31,7 @@ Add this to your Android project's pom.xml:
<dependency>
<groupId>com.github.bigfishcat.android</groupId>
<artifactId>svg-android</artifactId>
<version>2.0.7</version>
<version>2.0.8</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'signing'

group = 'com.github.bigfishcat.android'
archivesBaseName = "svg-android"
version = '2.0.7'
version = '2.0.8'

description = """svg-android"""

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.github.bigfishcat.android</groupId>
<artifactId>svg-android</artifactId>
<version>2.0.7</version>
<version>2.0.8</version>

<name>svg-android</name>
<description>Brings SVG parsing and drawing functionality to Android devices. Forked from the original project at https://github.com/japgolly/svg-android (which was forked from http://code.google.com/p/svg-android/).</description>
Expand Down

0 comments on commit 58df41f

Please sign in to comment.