From 07b083a1fab50c74fd67657c0cfba03722e2a28c Mon Sep 17 00:00:00 2001 From: wumingshi <101516281+bian2022@users.noreply.github.com> Date: Fri, 3 May 2024 19:21:07 +0800 Subject: [PATCH] Update build.gradle.kts --- V2rayNG/app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/V2rayNG/app/build.gradle.kts b/V2rayNG/app/build.gradle.kts index 79e17b034..f50ea29c7 100644 --- a/V2rayNG/app/build.gradle.kts +++ b/V2rayNG/app/build.gradle.kts @@ -8,11 +8,11 @@ android { compileSdk = 34 defaultConfig { - applicationId = "com.v2ray.ang" + applicationId = "com.hicorenational.antifraud" minSdk = 21 targetSdk = 34 versionCode = 558 - versionName = "1.8.22" + versionName = "1.8.22.2024.5" multiDexEnabled = true } @@ -120,4 +120,4 @@ dependencies { implementation("androidx.work:work-runtime-ktx:2.8.1") implementation("androidx.work:work-multiprocess:2.8.1") -} \ No newline at end of file +}