Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfusheng committed Feb 25, 2018
1 parent 04358c3 commit 7cf6ed1
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 39 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -54,7 +54,8 @@ deploy:
all_branches: true

after_deploy:
- fir p app/outputs/Gank.IO.apk -T $FIR_TOKEN -c "`git cat-file tag $TRAVIS_TAG`"
- "./gradlew clean build bintrayUpload -PbintrayUser=sfsheng0322 -PbintrayKey=$BINTRAY_TOKEN -PdryRun=false"
- fir p Sample/outputs/Gank.IO.apk -T $FIR_TOKEN -c "`git cat-file tag $TRAVIS_TAG`"

notifications:
email:
Expand Down
62 changes: 26 additions & 36 deletions README.md
Expand Up @@ -7,20 +7,9 @@

<img src="/resources/MarqueeView.gif" style="width: 30%;">

### 使用

#### Maven:

<dependency>
<groupId>com.sunfusheng</groupId>
<artifactId>marqueeview</artifactId>
<version>1.3.3</version>
<type>pom</type>
</dependency>

#### Gradle:

compile 'com.sunfusheng:marqueeview:1.3.3'
compile 'com.sunfusheng:marqueeview:<latest-version>'

#### 属性

Expand Down Expand Up @@ -94,33 +83,34 @@
marqueeView.stopFlipping();
}


### [APK下载地址](http://fir.im/MarqueeView)
<br/>

### 扫一扫[Fir.im](https://fir.im/MarqueeView)二维码下载APK

<img src="/resources/fir.im.png">

### 个人公众号
<br/>

<img src="/resources/wechat.jpg" style="width: 30%;">
### 个人微信公众号

<img src="http://ourvm0t8d.bkt.clouddn.com/wx_gongzhonghao.png">

<br/>

### 打点赏给作者加点油^_^

<img src="http://ourvm0t8d.bkt.clouddn.com/wx_shoukuanma.png" >

<br/>

### 关于我

[GitHub: sfsheng0322](https://github.com/sfsheng0322)
[个人邮箱: sfsheng0322@126.com]()
[个人博客: sunfusheng.com](http://sunfusheng.com/)
[简书主页](http://www.jianshu.com/users/88509e7e2ed1/latest_articles)
[新浪微博](http://weibo.com/u/3852192525)

License
--
Copyright (C) 2018 sfsheng0322@126.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

[个人邮箱: sfsheng0322@126.com](https://mail.126.com/)

[个人博客: sunfusheng.com](http://sunfusheng.com/)

[简书主页](http://www.jianshu.com/users/88509e7e2ed1/latest_articles)

[新浪微博](http://weibo.com/u/3852192525)
4 changes: 2 additions & 2 deletions Sample/build.gradle
Expand Up @@ -67,8 +67,8 @@ dependencies {
implementation 'com.android.support:recyclerview-v7:' + gradle.supportLibraryVersion

if (localSourceEnabled) {
compile project(':MarqueeView')
implementation project(':MarqueeView')
} else {
compile 'com.sunfusheng:marqueeview:1.3.3'
implementation 'com.sunfusheng:marqueeview:' + gradle.versionName
}
}
Binary file added resources/fir.im.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/wechat.jpg
Binary file not shown.

0 comments on commit 7cf6ed1

Please sign in to comment.