Skip to content

Commit

Permalink
release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirtyDegreesRay committed Dec 4, 2018
1 parent ac41af7 commit f5db8c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

### App
* 两种登录方式,(Basic Auth) 和 (OAuth)
* 支持夜间模式,多种主色调
* 支持夜间模式和AMOLED Dark主题,多种主色调
* 支持Markdown和代码高亮
* 支持英文、简体中文、希伯来文、德文和印地文
* 支持英文、简体中文、希伯来文、德文、印地文、葡萄牙文、韩文和西班牙文
* 支持离线模式
* 支持所有语言的最热版本库查看
* 支持多账户切换
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit f5db8c0

@pzhlkj6612
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new major version?! 🚀

Please sign in to comment.