Skip to content

Commit

Permalink
update naiveproxy to v113.0.5672.62-1
Browse files Browse the repository at this point in the history
  • Loading branch information
maskedeken committed May 4, 2023
1 parent fb09d7b commit 7827a4b
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 = 2
versionName = "112.0.5615.49-2"
versionCode = 3
versionName = "113.0.5672.62-1"
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="112.0.5615.49-1"
VERSION="113.0.5672.62-1"
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 7827a4b

Please sign in to comment.