Skip to content

Commit

Permalink
[skip ci] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Nov 28, 2021
1 parent f7eb2f1 commit cf4030d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<string name="server_url">https://github.com/yujincheng08/BiliRoaming/wiki/%E5%85%AC%E5%85%B1%E8%A7%A3%E6%9E%90%E6%9C%8D%E5%8A%A1%E5%99%A8</string>
<string name="github_url">https://github.com/yujincheng08/BiliRoaming</string>
<string name="group_title">QQ频道</string>
<string name="group_summary">点击加入QQ频道(需有QQ频道内测资格)</string>
<string name="group_summary">点击加入QQ频道</string>
<string name="tg_title">TG频道</string>
<string name="tg_summary">点击加入TG频道</string>
<string name="tg_url">https://t.me/biliroaming</string>
Expand Down Expand Up @@ -75,7 +75,7 @@
<string name="os_not_support">当前系统版本不支持此功能</string>
<string name="enable_av_title">显示AV号</string>
<string name="enable_av_summary">视频详情页显示为AV号</string>
<string name="group_url">mqqguild://guild/share?_wv=3&amp;_wwv=128&amp;inviteCode=nDiWt&amp;from=246610&amp;biz=ka</string>
<string name="group_url">mqqguild://guild/share?inviteCode=1XJIZQ</string>
<string name="setting_title">打开模块设置</string>
<string name="setting_summary">启动客户端并打开模块设置</string>
<string name="add_4k_title">添加4K支持</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.5.31'
ext.kotlin_version = '1.6.0'
repositories {
google()
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# org.gradle.parallel=true
android.useAndroidX=true
android.enableResourceOptimizations=false
appVerName=1.5.1
appVerCode=51
appVerName=1.5.2
appVerCode=52

0 comments on commit cf4030d

Please sign in to comment.