Skip to content

Commit

Permalink
modify readme md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfusheng committed Jan 31, 2018
1 parent 05faa69 commit 07f198f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ deploy:
file: app/outputs/Gank.IO.apk
skip_cleanup: true
on:
repo: sfsheng0322/RxGank
repo: sfsheng0322/Gank.IO
tags: true
all_branches: true

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## RxGank
## Gank.IO

干货集中营Android客户端

感谢代码家的[Gank.IO](http://gank.io/)每日分享妹子图和技术干货,还有供大家中午休息的休闲视频
代码家的[Gank.IO](http://gank.io/)持续分享技术干货和妹子图,还有供大家休息的休闲视频

<br/>

Expand All @@ -12,7 +12,7 @@

<br/>

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

<img src="/resources/fir.im.png" style="width: 30%;" alt="s">

Expand Down
Binary file added app/outputs/Gank.IO.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/outputs/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":7},"path":"Gank.IO.apk","properties":{"packageId":"com.sunfusheng.gank","split":"","minSdkVersion":"14"}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":9},"path":"Gank.IO.apk","properties":{"packageId":"com.sunfusheng.gank","split":"","minSdkVersion":"14"}}]
Original file line number Diff line number Diff line change
Expand Up @@ -330,31 +330,18 @@

<h4 id="toc_0">干货集中营</h4>

<p>感谢代码家的<a href="http://gank.io/">Gank.IO</a>每日分享妹子图和技术干货,还有供大家中午休息的休闲视频</p>
<p>代码家的<a href="http://gank.io/">Gank.IO</a>持续分享技术干货和妹子图,还有供大家休息的休闲视频</p>

<h4 id="toc_1">GitHub地址</h4>

<p><a href="https://github.com/sfsheng0322/RxGank">https://github.com/sfsheng0322/RxGank</a></p>

<h4 id="toc_2">应用的开源库</h4>

<p><a href="https://github.com/ReactiveX/RxJava">RxJava2</a><br>
<a href="https://github.com/trello/RxLifecycle">RxLifecycle2</a><br>
<a href="https://github.com/ssseasonnn/RxDownload">RxDownload2</a><br>
<a href="https://github.com/tbruyelle/RxPermissions">RxPermissions2</a><br>
<a href="https://github.com/JakeWharton/RxBinding">RxBinding2</a><br>
<a href="https://github.com/square/okhttp">OkHttp3</a><br>
<a href="https://github.com/square/retrofit">Retrofit2</a><br>
<a href="https://github.com/bumptech/glide">Glide</a><br>
<a href="https://github.com/chrisbanes/PhotoView">PhotoView</a><br>
<a href="https://github.com/drakeet/MultiType">MultiType</a> </p>
<p><a href="https://github.com/sfsheng0322/Gank.IO">https://github.com/sfsheng0322/Gank.IO</a></p>

<h4 id="toc_3">关于我</h4>

<p>个人邮箱:sfsheng0322@126.com<br>
<a href="https://github.com/sfsheng0322">GitHub主页</a><br>
<a href="https://github.com/sfsheng0322">GitHub: sfsheng0322</a><br>
<a href="">个人邮箱: sfsheng0322@126.com</a><br>
<a href="http://sunfusheng.com/">个人博客: sunfusheng.com</a><br>
<a href="http://www.jianshu.com/users/88509e7e2ed1/latest_articles">简书主页</a><br>
<a href="http://sunfusheng.com/">个人博客</a><br>
<a href="http://weibo.com/u/3852192525">新浪微博</a> </p>

</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class AboutActivity extends BaseActivity {
@BindView(R.id.appBarLayout)
AppBarLayout appBarLayout;

private String url = "file:///android_asset/about_rxgank.html";
private String url = "file:///android_asset/about.html";

public static void startActivity(Context context) {
Intent intent = new Intent(context, AboutActivity.class);
Expand Down

0 comments on commit 07f198f

Please sign in to comment.