We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a373a6d commit 1449b0eCopy full SHA for 1449b0e
1 file changed
README.md
@@ -37,7 +37,7 @@ Step 1. Add the JitPack repository to your build file
37
Step 2. Add the dependency
38
39
dependencies {
40
- compile 'com.github.Hitomis:CircleMenu:v1.0.1'
+ compile 'com.github.Hitomis:CircleMenu:v1.0.2'
41
}
42
43
### Maven
@@ -56,7 +56,7 @@ Step 2. Add the dependency
56
<dependency>
57
<groupId>com.github.Hitomis</groupId>
58
<artifactId>CircleMenu</artifactId>
59
- <version>v1.0.1</version>
+ <version>v1.0.2</version>
60
</dependency>
61
62
# Usage
0 commit comments