Skip to content

Commit aa47fba

Browse files
committed
up 1.10.4
1 parent 69c5bbf commit aa47fba

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

V2rayNG/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "com.v2ray.ang"
1313
minSdk = 21
1414
targetSdk = 35
15-
versionCode = 653
16-
versionName = "1.10.3"
15+
versionCode = 654
16+
versionName = "1.10.4"
1717
multiDexEnabled = true
1818

1919
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')

V2rayNG/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.9.3"
2+
agp = "8.10.0"
33
desugarJdkLibs = "2.1.5"
44
gradleLicensePlugin = "0.9.8"
55
kotlin = "2.1.21"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Nov 14 12:42:51 BDT 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)