Skip to content

Commit 413f4ef

Browse files
committed
up 1.8.35
1 parent de69605 commit 413f4ef

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

V2rayNG/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.v2ray.ang"
1212
minSdk = 21
1313
targetSdk = 34
14-
versionCode = 578
15-
versionName = "1.8.34"
14+
versionCode = 579
15+
versionName = "1.8.35"
1616
multiDexEnabled = true
1717
splits.abi {
1818
reset()

V2rayNG/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id("com.android.application") version "8.5.0" apply false
4-
id("com.android.library") version "8.5.0" apply false
3+
id("com.android.application") version "8.4.2" apply false
4+
id("com.android.library") version "8.4.2" apply false
55
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
66
}

V2rayNG/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ flexbox = "3.0.0"
99
fragmentKtx = "1.8.2"
1010
gson = "2.11.0"
1111
junit = "4.13.2"
12-
kotlinReflect = "1.9.23"
12+
kotlinReflect = "2.0.0"
1313
kotlinxCoroutinesCore = "1.8.1"
1414
legacySupportV4 = "1.0.0"
1515
lifecycleViewmodelKtx = "2.8.4"
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Jun 21 12:33:19 CST 2020
1+
#Sun Jul 28 13:40:50 CST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip

0 commit comments

Comments
 (0)