Skip to content

Commit

Permalink
release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirtyDegreesRay committed Nov 4, 2017
1 parent 1555df4 commit 02ba50b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ android {
targetCompatibility JavaVersion.VERSION_1_7
}

lintOptions {
checkReleaseBuilds true
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}

}

Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,11 @@
<string name="no_commits">没有提交</string>
<string name="no_readme">没有描述</string>
<string name="view_file">查看文件</string>
<string name="public_repositories">公开的版本库</string>
<string name="starred_repositories">星标的版本库</string>
<string name="use_system_downloader">使用系统默认下载器</string>
<string name="no_download_clients">未安装下载客户端</string>
<string name="invalid_url">无效链接</string>
<string name="nothing_to_preview">无可预览内容</string>

</resources>
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 = 12
VERSION_NAME = 1.5.0
VERSION_CODE = 13
VERSION_NAME = 1.5.1

#library
#ANDROID_SUPPORT_VERSION = 26.1.0
Expand Down

0 comments on commit 02ba50b

Please sign in to comment.