Skip to content

Commit

Permalink
release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirtyDegreesRay committed Nov 11, 2017
1 parent 5585812 commit 23a0103
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
9 changes: 4 additions & 5 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* 可以查看最热版本库
* 搜索版本库和用户
* 支持7.1以上快捷方式创建
* 支持消息通知

### 版本库
* 查看版本库信息
Expand All @@ -35,6 +36,7 @@
* 查看用户信息
* 查看用户的跟随者、跟随的人和属于的组织
* 查看用户公公的、星标的项目和活动
* 查看你的私有项目
* 跟随和取消跟随用户
* 搜索用户

Expand Down Expand Up @@ -81,7 +83,7 @@
* [Glide](https://github.com/bumptech/glide) 一个图像加载和缓存库为了Android中更平滑的滚动
* [code-prettify](https://github.com/google/code-prettify) 代码美化
* [DataAutoAccess](https://github.com/ThirtyDegreesRay/DataAutoAccess) 一个简单的方法去自动存取Android bundle中的数据
* [RoundedImageView](https://github.com/vinc3m1/RoundedImageView) 一个快速ImageView支持圆角,椭圆形,圆形
* [CircleImageView](https://github.com/vinc3m1/RoundedImageView) 圆形ImageView
* [Toasty](https://github.com/GrenderG/Toasty) 美化的Toast
* [material-about-library](https://github.com/daniel-stoneuk/material-about-library) 让你更容易的创建美丽的关于页面
* [material-dialogs](https://github.com/afollestad/material-dialogs) 一个美丽、流畅的和可自定义的对话框的API
Expand All @@ -103,7 +105,4 @@
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.



along with this program. If not, see <https://www.gnu.org/licenses/>.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ An **open source** GitHub Android client app, faster and concise.
* Trending repositories
* Search repos and users
* Shortcuts support
* Notifications support

### Repositories
* View repo info
Expand All @@ -36,6 +37,7 @@ An **open source** GitHub Android client app, faster and concise.
* View user info
* View user followers, following, organizations
* View user public repositories, starred repositories and activity
* View your private repositories
* Follow/Unfollow users
* Search users

Expand Down Expand Up @@ -106,7 +108,4 @@ An **open source** GitHub Android client app, faster and concise.
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.



along with this program. If not, see <https://www.gnu.org/licenses/>.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ BUILD_TOOLS_VERSION = 26.0.2
MIN_SDK_VERSION = 21
TARGET_SDK_VERSION = 26

VERSION_CODE = 14
VERSION_NAME = 1.6.0
VERSION_CODE = 15
VERSION_NAME = 1.6.1

#library
#ANDROID_SUPPORT_VERSION = 26.1.0
Expand Down

0 comments on commit 23a0103

Please sign in to comment.