Skip to content

Commit

Permalink
modify open source library in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyShieh committed Aug 14, 2016
1 parent 86d6dd5 commit 8f23402
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ Web API获取数据是使用RxJava + Retrofit + okhttp, 使用Glide完成图片

* [RxFlux](https://github.com/skimarxall/RxFlux)

* [gson](https://github.com/google/gson)

* [logger](https://github.com/tianzhijiexian/logger)


# License

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
<string name="developer_github">https://github.com/JohnnyShieh</string>
<string name="developer_blog">http://johnnyshieh.github.io/</string>
<string name="open_source_library">Open Source Library</string>
<string name="open_source_library_content">RxJava: https://github.com/ReactiveX/RxJava\n\nRxAndroid: https://github.com/ReactiveX/RxAndroid\n\nRetrofit: https://github.com/square/retrofit\n\nOkhttp: https://github.com/square/okhttp\n\nGlide: https://github.com/bumptech/glide\n\nDagger2: https://github.com/google/dagger\n\nLeakcanary: https://github.com/square/leakcanary\n\nButterknife: https://github.com/JakeWharton/butterknife\n\nRxFlux: https://github.com/skimarxall/RxFlux</string>
<string name="open_source_library_content">RxJava: https://github.com/ReactiveX/RxJava\n\nRxAndroid: https://github.com/ReactiveX/RxAndroid\n\nRetrofit: https://github.com/square/retrofit\n\nOkhttp: https://github.com/square/okhttp\n\nGlide: https://github.com/bumptech/glide\n\nDagger2: https://github.com/google/dagger\n\nLeakcanary: https://github.com/square/leakcanary\n\nButterknife: https://github.com/JakeWharton/butterknife\n\nRxFlux: https://github.com/skimarxall/RxFlux\n\nGson: https://github.com/google/gson\n\nLogger: https://github.com/tianzhijiexian/logger</string>

</resources>

0 comments on commit 8f23402

Please sign in to comment.