diff --git a/README-cn.md b/README-cn.md index 8949eb17..8e2ce158 100644 --- a/README-cn.md +++ b/README-cn.md @@ -12,9 +12,9 @@ ### App * 两种登录方式,(Basic Auth) 和 (OAuth) -* 支持夜间模式,多种主色调 +* 支持夜间模式和AMOLED Dark主题,多种主色调 * 支持Markdown和代码高亮 -* 支持英文、简体中文、希伯来文、德文和印地文 +* 支持英文、简体中文、希伯来文、德文、印地文、葡萄牙文、韩文和西班牙文 * 支持离线模式 * 支持所有语言的最热版本库查看 * 支持多账户切换 @@ -109,7 +109,7 @@ * [sclickk](https://github.com/sclickk) - 改进英语翻译 * [Zazsona](https://github.com/Zazsona) - 添加AMOLED主题 * [Aqueminivan](https://github.com/Aqueminivan) - 改进英文概述的翻译 -* [XF-zhjnc](https://github.com/XF-zhjnc) - 修复WIKI内部链接点击无效和版本库大小显示移除等bug +* [XF-zhjnc](https://github.com/XF-zhjnc) - 修复WIKI内部链接点击无效和版本库大小显示溢出等bug * [fergthh](https://github.com/fergthh) - 西班牙语翻译 ## License diff --git a/README.md b/README.md index 4e33b78e..9006deaa 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ An **open-source** GitHub Android client app, faster and concise. ### App * Two login types (Basic Auth) and (OAuth) -* Light and dark theme, multiple accent colors +* Light, dark, and AMOLED dark theme, multiple accent colors * Markdown and code highlighting support -* English, Simplified Chinese, Hebrew, German, and Hindi support +* English, Simplified Chinese, Hebrew, German, Hindi, Portuguese, Korea, and Spanish support * Offline mode * Supports trending repositories page for all languages * Supports multi-account switching diff --git a/gradle.properties b/gradle.properties index 9118ae38..e0a0ab77 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,8 +22,8 @@ BUILD_TOOLS_VERSION = 28.0.3 MIN_SDK_VERSION = 21 TARGET_SDK_VERSION = 28 -VERSION_CODE = 28 -VERSION_NAME = 2.8.0 +VERSION_CODE = 30 +VERSION_NAME = 3.0.0 #library ANDROID_SUPPORT_VERSION = 25.4.0