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 acdb7d4 commit 956a0b7Copy full SHA for 956a0b7
README.md
@@ -21,7 +21,7 @@ repositories {
21
```
22
23
```groovy
24
-compile 'com.hackplan.androidarcmenu:library:1.0.0'
+compile 'com.hackplan.androidarcmenu:library:1.0.1'
25
26
27
# Usage
gradle.properties
@@ -1,5 +1,5 @@
1
-VERSION_NAME=1.0.0
2
-VERSION_CODE=1
+VERSION_NAME=1.0.1
+VERSION_CODE=2
3
BUILD_TOOLS_VERSION=25.0.0
4
COMPILE_SDK_VERSION=24
5
library/build.gradle
@@ -13,7 +13,7 @@ ext {
13
siteUrl = '//github.com/HackPlan/AndroidArcMenu'
14
gitUrl = '//github.com/HackPlan/AndroidArcMenu'
15
16
- libraryVersion = '1.0.0'
+ libraryVersion = '1.0.1'
17
18
developerId = 'Dacer'
19
developerName = 'Ding Wenhao'
0 commit comments