From 413f4efd69dcb150f47243a626a6a2f8db3d8096 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:12:58 +0800 Subject: [PATCH] up 1.8.35 --- V2rayNG/app/build.gradle.kts | 4 ++-- V2rayNG/build.gradle.kts | 4 ++-- V2rayNG/gradle/libs.versions.toml | 2 +- V2rayNG/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/V2rayNG/app/build.gradle.kts b/V2rayNG/app/build.gradle.kts index 8cf6fa15a..79996d8ce 100644 --- a/V2rayNG/app/build.gradle.kts +++ b/V2rayNG/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.v2ray.ang" minSdk = 21 targetSdk = 34 - versionCode = 578 - versionName = "1.8.34" + versionCode = 579 + versionName = "1.8.35" multiDexEnabled = true splits.abi { reset() diff --git a/V2rayNG/build.gradle.kts b/V2rayNG/build.gradle.kts index a4a8ba477..22f79b4fa 100644 --- a/V2rayNG/build.gradle.kts +++ b/V2rayNG/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.5.0" apply false - id("com.android.library") version "8.5.0" apply false + id("com.android.application") version "8.4.2" apply false + id("com.android.library") version "8.4.2" apply false id("org.jetbrains.kotlin.android") version "1.9.23" apply false } diff --git a/V2rayNG/gradle/libs.versions.toml b/V2rayNG/gradle/libs.versions.toml index ed0726693..66a45a464 100644 --- a/V2rayNG/gradle/libs.versions.toml +++ b/V2rayNG/gradle/libs.versions.toml @@ -9,7 +9,7 @@ flexbox = "3.0.0" fragmentKtx = "1.8.2" gson = "2.11.0" junit = "4.13.2" -kotlinReflect = "1.9.23" +kotlinReflect = "2.0.0" kotlinxCoroutinesCore = "1.8.1" legacySupportV4 = "1.0.0" lifecycleViewmodelKtx = "2.8.4" diff --git a/V2rayNG/gradle/wrapper/gradle-wrapper.properties b/V2rayNG/gradle/wrapper/gradle-wrapper.properties index c33efad06..8b1a79190 100644 --- a/V2rayNG/gradle/wrapper/gradle-wrapper.properties +++ b/V2rayNG/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Jun 21 12:33:19 CST 2020 +#Sun Jul 28 13:40:50 CST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip