diff --git a/README-cn.md b/README-cn.md index 46bfe527..b0bd9172 100644 --- a/README-cn.md +++ b/README-cn.md @@ -14,7 +14,7 @@ * 两种登录方式,(Basic Auth) 和 (OAuth) * 支持夜间模式,多种主色调 * 支持Markdown和代码高亮 -* 支持英文,印地文,简体中文,希伯来文和德文 +* 支持英文、简体中文、希伯来文、德文和印地文 * 支持离线模式 * 支持所有语言的最热版本库查看 * 支持多账户切换 diff --git a/README.md b/README.md index 9bfd0ae1..53e37801 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ An **open source** GitHub Android client app, faster and concise. * Two login types (Basic Auth) and (OAuth) * Light and dark theme, multiple accent color * Markdown and code highlighting support -* English, Hindi, Simplified Chinese, Hebrew and German support +* English, Simplified Chinese, Hebrew, German and Hindi support * Offline mode * Support trending repositories of all languages * Support multi-account switching diff --git a/art/profile.png b/art/profile.png index 646968ad..0890b590 100644 Binary files a/art/profile.png and b/art/profile.png differ diff --git a/art/repo.png b/art/repo.png index bbbac2e8..8383ba65 100644 Binary files a/art/repo.png and b/art/repo.png differ diff --git a/gradle.properties b/gradle.properties index aa4b0ae5..06984e6f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,8 +22,8 @@ BUILD_TOOLS_VERSION = 27.0.3 MIN_SDK_VERSION = 21 TARGET_SDK_VERSION = 27 -VERSION_CODE = 27 -VERSION_NAME = 2.7.1 +VERSION_CODE = 28 +VERSION_NAME = 2.8.0 #library ANDROID_SUPPORT_VERSION = 25.4.0