We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25affcc commit 62686c0Copy full SHA for 62686c0
README.md
@@ -32,15 +32,15 @@ dependencies {
32
Or Gradle Maven Central:
33
34
```groovy
35
-compile 'com.github.gigamole.arcprogressstackview:library:1.0.0'
+compile 'com.github.gigamole.arcprogressstackview:library:1.0.1'
36
```
37
38
Or Maven:
39
```xml
40
<dependency>
41
<groupId>com.github.gigamole.arcprogressstackview</groupId>
42
<artifactId>library</artifactId>
43
- <version>1.0.0</version>
+ <version>1.0.1</version>
44
<type>aar</type>
45
</dependency>
46
0 commit comments