Skip to content

Commit

Permalink
[skip ci] Bump new ver
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Jan 3, 2021
1 parent 0a47879 commit 04f55d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file removed app/src/main/res/drawable/biliplus_alipay.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<item>wcsb(网宿)</item>
<item>upws(网宿)</item>
<item>bda2(网宿)</item>
<item>hw(251)</item>
<item>hwb(251)</item>
<item>uphw(251)</item>
<item>js(251)</item>
<item>hw(华为)</item>
<item>hwb(华为)</item>
<item>uphw(华为)</item>
<item>js(华为)</item>
<item>hk(香港)</item>
<item>akamai(海外,不能免流)</item>
</string-array>
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.4.20'
ext.kotlin_version = '1.4.21'
repositories {
google()
jcenter()
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
appVerName=1.4.0
appVerCode=40
appVerName=1.4.1
appVerCode=41

0 comments on commit 04f55d7

Please sign in to comment.