File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
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 = 558
15
- versionName = " 1.8.22 "
14
+ versionCode = 559
15
+ versionName = " 1.8.23 "
16
16
multiDexEnabled = true
17
17
}
18
18
@@ -87,13 +87,13 @@ dependencies {
87
87
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
88
88
implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
89
89
implementation(" androidx.appcompat:appcompat:1.6.1" )
90
- implementation(" com.google.android.material:material:1.11 .0" )
90
+ implementation(" com.google.android.material:material:1.12 .0" )
91
91
implementation(" androidx.cardview:cardview:1.0.0" )
92
92
implementation(" androidx.preference:preference-ktx:1.2.1" )
93
93
implementation(" androidx.recyclerview:recyclerview:1.3.2" )
94
- implementation(" androidx.fragment:fragment-ktx:1.6.2 " )
94
+ implementation(" androidx.fragment:fragment-ktx:1.7.0 " )
95
95
implementation(" androidx.multidex:multidex:2.0.1" )
96
- implementation(" androidx.viewpager2:viewpager2:1.1.0-beta02 " )
96
+ implementation(" androidx.viewpager2:viewpager2:1.1.0-rc01 " )
97
97
98
98
// Androidx ktx
99
99
implementation(" androidx.activity:activity-ktx:1.9.0" )
You can’t perform that action at this time.
0 commit comments