diff --git a/app_naive/build.gradle.kts b/app_naive/build.gradle.kts index 7a50831..739441c 100644 --- a/app_naive/build.gradle.kts +++ b/app_naive/build.gradle.kts @@ -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") diff --git a/download.sh b/download.sh index d4a7d0c..5ad15e9 100755 --- a/download.sh +++ b/download.sh @@ -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"