Skip to content

Commit

Permalink
Released Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peng8350 committed Sep 21, 2017
1 parent 4c31665 commit c4b06a5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<Br>
### [中文文档](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)
<br>
### Usage
Gradle(JCenter)
## Usage
###Gradle
```
dependencies {
compile 'com.jpeng.jpspringmenu:$latestVersion'
Expand Down Expand Up @@ -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.<br>
My E-mail:peng8350@gmail.com

### License
## License
```
MIT License
Expand Down
12 changes: 6 additions & 6 deletions README_CH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<br>
### 用法
Gradle
## Usage
### Gradle
```
dependencies {
compile 'com.jpeng.jpspringmenu:$latestVersion'
Expand Down Expand Up @@ -50,14 +50,14 @@ dependencies {
setDirection(int direction);
```

### 感谢
## Thanks
[AndroidResideMenu](https://github.com/SpecialCyCi/AndroidResideMenu)

### 联系
## Contact
如果您发现错误或有一些建议,请随时与我联系。<br>
我的电子邮箱:peng8350@gmail.com

### License
## License
```
MIT License
Expand Down
Binary file modified app/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit c4b06a5

Please sign in to comment.