File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
applicationId = " com.v2ray.ang"
12
12
minSdk = 21
13
13
targetSdk = 34
14
- versionCode = 578
15
- versionName = " 1.8.34 "
14
+ versionCode = 579
15
+ versionName = " 1.8.35 "
16
16
multiDexEnabled = true
17
17
splits.abi {
18
18
reset()
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
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
5
5
id(" org.jetbrains.kotlin.android" ) version " 1.9.23" apply false
6
6
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ flexbox = "3.0.0"
9
9
fragmentKtx = " 1.8.2"
10
10
gson = " 2.11.0"
11
11
junit = " 4.13.2"
12
- kotlinReflect = " 1.9.23 "
12
+ kotlinReflect = " 2.0.0 "
13
13
kotlinxCoroutinesCore = " 1.8.1"
14
14
legacySupportV4 = " 1.0.0"
15
15
lifecycleViewmodelKtx = " 2.8.4"
Original file line number Diff line number Diff line change 1
- # Sun Jun 21 12:33:19 CST 2020
1
+ # Sun Jul 28 13:40:50 CST 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4
5
zipStoreBase =GRADLE_USER_HOME
5
6
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7-bin.zip
You can’t perform that action at this time.
0 commit comments