From 81c0087ac1d358bf0ccf009629b47e0fe81c8408 Mon Sep 17 00:00:00 2001 From: Skh-web6982 Date: Fri, 8 Aug 2025 12:41:24 +0330 Subject: [PATCH] Update mmkvstatic v1.3.14 (#4819) v1.3.14 / 2025-05-13 This is a Long Term Support (LTS) release. This is a hot-fix release for Android/iOS/macOS users. So it is only available on Maven Central and CocoaPods. Android Support 16K pagesize. Fix a potential log callback OOM crash. Upgrade to NDK r28.1 to have full support of 16K pagesize. iOS Retain the callback handler to prevent a potential short-lived callback handler from crashing. --- V2rayNG/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V2rayNG/gradle/libs.versions.toml b/V2rayNG/gradle/libs.versions.toml index abdf45b8..aec0224b 100644 --- a/V2rayNG/gradle/libs.versions.toml +++ b/V2rayNG/gradle/libs.versions.toml @@ -11,7 +11,7 @@ appcompat = "1.7.1" material = "1.12.0" activity = "1.10.1" constraintlayout = "2.2.1" -mmkvStatic = "1.3.12" +mmkvStatic = "1.3.14" gson = "2.12.1" quickieFoss = "1.14.0" kotlinxCoroutinesAndroid = "1.10.2"