Skip to content

Commit cb96612

Browse files
committed
bump up to version v3.3.0
1 parent 910638b commit cb96612

25 files changed

Lines changed: 10 additions & 33 deletions

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Paper Plane
22

3+
<div align="center">
4+
<img src="./art/ic_launcher-web.png" width="128" alt="logo">
5+
</div>
6+
37
Paper Plane is an Android reading app containing articles from [Zhihu Daily](https://daily.zhihu.com/), [Guokr Handpick](http://www.guokr.com/mobile/) and [Douban Moment](https://moment.douban.com/app/). The project is built on [MVP architecture](https://github.com/googlesamples/android-architecture/tree/todo-mvp/) and design with [Material Design](https://material.io/) style.
48

59
## Screenshots
@@ -40,6 +44,11 @@ Finally open the `PaperPlane/` directory in Android Studio.
4044
## Contributions
4145
`Paper Plane` is a fully open sourced project. If you find a bug or want new features, do not hesitate to open an issue or create a pull request. Read the [CONTRIBUTION_GUIDELINES](CONTRIBUTION_GUIDELINES.md) for more detailed information.
4246

47+
There is an entry in the app for the [GitHub Contributors page](https://github.com/TonnyL/PaperPlane/graphs/contributors).
48+
49+
## Thanks to
50+
[wbinarytree](https://github.com/wbinarytree)
51+
4352
## License
4453

4554
Copyright 2016 lizhaotailang

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
android:allowBackup="true"
2727
android:fullBackupContent="true"
2828
android:icon="@mipmap/ic_launcher"
29-
android:label="@string/app_name"
3029
android:roundIcon="@mipmap/ic_launcher"
30+
android:label="@string/app_name"
3131
android:supportsRtl="true"
3232
android:theme="@style/AppTheme">
3333
<activity
-647 Bytes
Loading
3.74 KB
Loading
-2.47 KB
Loading
-647 Bytes
Loading
-255 Bytes
Loading
2.11 KB
Loading
-1.23 KB
Loading
-255 Bytes
Loading

0 commit comments

Comments
 (0)