Skip to content

Commit

Permalink
Version 1.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
geftimov committed Dec 12, 2015
1 parent 855e2a6 commit f6d3ca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,15 @@ Make and pull - request and we can discuss it.
##### Download

dependencies {
compile 'com.eftimoff:android-pathview:1.0.7@aar'
compile 'com.eftimoff:android-pathview:1.0.8@aar'
}

##### Changelog

<b>1.0.8</b>

[Fix] Removed not properly used android:allowBackup.

<b>1.0.7</b>

[Feature] Sequential path animation.
Expand Down
2 changes: 1 addition & 1 deletion android-pathview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven'
apply plugin: 'signing'

version = "1.0.7"
version = "1.0.8"
group = "com.eftimoff"

android {
Expand Down

0 comments on commit f6d3ca2

Please sign in to comment.