We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855e2a6 commit f6d3ca2Copy full SHA for f6d3ca2
README.md
@@ -107,11 +107,15 @@ Make and pull - request and we can discuss it.
107
##### Download
108
109
dependencies {
110
- compile 'com.eftimoff:android-pathview:1.0.7@aar'
+ compile 'com.eftimoff:android-pathview:1.0.8@aar'
111
}
112
113
##### Changelog
114
115
+<b>1.0.8</b>
116
+
117
+ [Fix] Removed not properly used android:allowBackup.
118
119
<b>1.0.7</b>
120
121
[Feature] Sequential path animation.
android-pathview/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
apply plugin: 'maven'
3
apply plugin: 'signing'
4
5
-version = "1.0.7"
+version = "1.0.8"
6
group = "com.eftimoff"
7
8
android {
0 commit comments