Skip to content

Commit

Permalink
update naiveproxy to v113.0.5672.62-2
Browse files Browse the repository at this point in the history
  • Loading branch information
maskedeken committed May 8, 2023
1 parent 7827a4b commit e5365fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app_naive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ setupAll()
android {
defaultConfig {
applicationId = "moe.matsuri.exe.naive"
versionCode = 3
versionName = "113.0.5672.62-1"
versionCode = 4
versionName = "113.0.5672.62-2"
splits.abi {
reset()
include("arm64-v8a", "armeabi-v7a")
Expand Down
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ download_singbox() {
}

download_naive() {
VERSION="113.0.5672.62-1"
VERSION="113.0.5672.62-2"
mkdir_libs "app_naive/libs"

curl -Lso naiveproxy.tar.xz "https://github.com/klzgrad/naiveproxy/releases/download/v$VERSION/naiveproxy-v$VERSION-android-arm64.tar.xz"
Expand Down

0 comments on commit e5365fa

Please sign in to comment.