diff --git a/README.md b/README.md index 9e35c35..d9e15e8 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ SpringMenu is a sliding menu, similar to AndroidResidemenu, SlidingMenu, The biggest difference between SpringMenu and other menus is that it gives flexibility bouncing, and this project combines the powerful animation elastic library called [Rebound](https://github.com/facebook/rebound) provided by Facebook
-### [中文文档](https://github.com/peng8350/JPSpringMenu/blob/master/README_CH.md) +## [中文文档](https://github.com/peng8350/JPSpringMenu/blob/master/README_CH.md) -### Design Sketch +## Design Sketch ![SpringMenu](https://github.com/peng8350/JPSpringMenu/blob/master/art/main.gif)
-### Usage -Gradle(JCenter) +## Usage +###Gradle ``` dependencies { compile 'com.jpeng.jpspringmenu:$latestVersion' @@ -54,14 +54,14 @@ The remaining part of the more important Api ``` -### Thanks +## Thanks [AndroidResideMenu](https://github.com/SpecialCyCi/AndroidResideMenu) -### Contact +## Contact If you find bugs or have some advices,please feel free to contact me.
My E-mail:peng8350@gmail.com -### License +## License ``` MIT License diff --git a/README_CH.md b/README_CH.md index 69bcf02..25b2b61 100644 --- a/README_CH.md +++ b/README_CH.md @@ -3,11 +3,11 @@ SpringMenu是一款滑动菜单,类似AndroidResidemenu,SlidingMenu,和其他滑 最大的区别是:它提供的灵活性弹跳,结合了Facebook提供的强大动画库 [Rebound](https://github.com/facebook/rebound) -### 效果图 +## Design Sketch ![SpringMenu](https://github.com/peng8350/JPSpringMenu/blob/master/art/main.gif)
-### 用法 -Gradle +## Usage +### Gradle ``` dependencies { compile 'com.jpeng.jpspringmenu:$latestVersion' @@ -50,14 +50,14 @@ dependencies { setDirection(int direction); ``` -### 感谢 +## Thanks [AndroidResideMenu](https://github.com/SpecialCyCi/AndroidResideMenu) -### 联系 +## Contact 如果您发现错误或有一些建议,请随时与我联系。
我的电子邮箱:peng8350@gmail.com -### License +## License ``` MIT License diff --git a/app/app-release.apk b/app/app-release.apk index ee90af9..6f2bde4 100644 Binary files a/app/app-release.apk and b/app/app-release.apk differ diff --git a/library/build.gradle b/library/build.gradle index 93dd38e..98d8dd2 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -27,6 +27,6 @@ publish { userOrg = 'peng83508440'//bintray.com用户名 groupId = 'com.jpeng'//jcenter上的路径 artifactId = 'jpspringmenu'//项目名称 - publishVersion = '1.0.0'//版本号 + publishVersion = '1.0.1'//版本号 desc = 'Awesome Sliding which has bounce' }