diff --git a/app/build.gradle b/app/build.gradle
index 97b89542..603884ac 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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
+ }
}
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index af7285ea..45f9334c 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -233,5 +233,11 @@
没有提交
没有描述
查看文件
+ 公开的版本库
+ 星标的版本库
+ 使用系统默认下载器
+ 未安装下载客户端
+ 无效链接
+ 无可预览内容
diff --git a/gradle.properties b/gradle.properties
index 6c2bf44a..bbecca3d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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