Skip to content

Commit f6d3ca2

Browse files
committed
Version 1.0.8.
1 parent 855e2a6 commit f6d3ca2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,15 @@ Make and pull - request and we can discuss it.
107107
##### Download
108108

109109
dependencies {
110-
compile 'com.eftimoff:android-pathview:1.0.7@aar'
110+
compile 'com.eftimoff:android-pathview:1.0.8@aar'
111111
}
112112

113113
##### Changelog
114114

115+
<b>1.0.8</b>
116+
117+
[Fix] Removed not properly used android:allowBackup.
118+
115119
<b>1.0.7</b>
116120

117121
[Feature] Sequential path animation.

android-pathview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven'
33
apply plugin: 'signing'
44

5-
version = "1.0.7"
5+
version = "1.0.8"
66
group = "com.eftimoff"
77

88
android {

0 commit comments

Comments
 (0)