Skip to content

Commit

Permalink
up 1.7.37 (rollback core to 1.7.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Feb 3, 2023
1 parent d9dc831 commit 2128488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions V2rayNG/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
minSdkVersion 21
targetSdkVersion Integer.parseInt("$targetSdkVer")
multiDexEnabled true
versionCode 500
versionName "1.7.36"
versionCode 501
versionName "1.7.37"
}

if (props["sign"]) {
Expand Down
7 changes: 1 addition & 6 deletions V2rayNG/app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@
<item></item>
<item>chrome</item>
<item>firefox</item>
<item>ios</item>
<item>android</item>
<item>edge</item>
<item>360</item>
<item>qq</item>
<item>random</item>
<item>safari</item>
<item>randomized</item>
</string-array>

Expand Down

0 comments on commit 2128488

Please sign in to comment.