Skip to content

Commit

Permalink
up 1.8.23
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed May 8, 2024
1 parent 6e8dd5b commit f6d2c5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions V2rayNG/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.v2ray.ang"
minSdk = 21
targetSdk = 34
versionCode = 558
versionName = "1.8.22"
versionCode = 559
versionName = "1.8.23"
multiDexEnabled = true
}

Expand Down Expand Up @@ -87,13 +87,13 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.11.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.fragment:fragment-ktx:1.6.2")
implementation("androidx.fragment:fragment-ktx:1.7.0")
implementation("androidx.multidex:multidex:2.0.1")
implementation("androidx.viewpager2:viewpager2:1.1.0-beta02")
implementation("androidx.viewpager2:viewpager2:1.1.0-rc01")

// Androidx ktx
implementation("androidx.activity:activity-ktx:1.9.0")
Expand Down

0 comments on commit f6d2c5f

Please sign in to comment.