From 58df41fad05fd141564ab4023e7b23937ff36a20 Mon Sep 17 00:00:00 2001 From: Andrey Tumanov Date: Fri, 2 Dec 2016 15:35:18 +0300 Subject: [PATCH] version 2.0.8 --- README.md | 4 ++-- build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 700af2c..3fbbac7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -31,7 +31,7 @@ Add this to your Android project's pom.xml: com.github.bigfishcat.android svg-android - 2.0.7 + 2.0.8 ``` diff --git a/build.gradle b/build.gradle index 8d19759..9cc43f0 100644 --- a/build.gradle +++ b/build.gradle @@ -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""" diff --git a/pom.xml b/pom.xml index 1ec656c..4e2f736 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.github.bigfishcat.android svg-android - 2.0.7 + 2.0.8 svg-android 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/).