From 496a0483d2d75f540e74b2e441a87e2a688897f6 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:32:06 +0800 Subject: [PATCH] up 1.9.27 --- V2rayNG/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V2rayNG/app/build.gradle.kts b/V2rayNG/app/build.gradle.kts index 4424eeeb6..2fbac1d5a 100644 --- a/V2rayNG/app/build.gradle.kts +++ b/V2rayNG/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "com.v2ray.ang" minSdk = 21 targetSdk = 35 - versionCode = 622 - versionName = "1.9.26" + versionCode = 623 + versionName = "1.9.27" multiDexEnabled = true val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')