From 09be4a898b560b37b0eb5f97bcfa935e1c76b643 Mon Sep 17 00:00:00 2001 From: ThirtyDegreesRay Date: Wed, 27 Dec 2017 15:02:41 +0800 Subject: [PATCH] release v2.3.0 --- README-cn.md | 1 + README.md | 1 + gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README-cn.md b/README-cn.md index 3cdfd02b..563402af 100644 --- a/README-cn.md +++ b/README-cn.md @@ -22,6 +22,7 @@ * 支持消息通知 * 支持添加用户、版本库书签 * 自动记录浏览过过的用户和版本库 +* 查看 github collections ### 版本库 * 查看版本库信息 diff --git a/README.md b/README.md index bb20f41e..a0b65caa 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ An **open source** GitHub Android client app, faster and concise. * Notifications support * Bookmark users or repos * Record trace of the repos or users you have been viewed +* View github collections ### Repositories * View repo info diff --git a/gradle.properties b/gradle.properties index 2d11e37f..9ed7edaa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,8 +22,8 @@ BUILD_TOOLS_VERSION = 26.0.2 MIN_SDK_VERSION = 21 TARGET_SDK_VERSION = 26 -VERSION_CODE = 20 -VERSION_NAME = 2.2.0 +VERSION_CODE = 21 +VERSION_NAME = 2.3.0 #library #ANDROID_SUPPORT_VERSION = 26.1.0