Skip to content

Commit

Permalink
Up implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Feb 4, 2024
1 parent 267a43f commit 3ac89d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions V2rayNG/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,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.9.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.fragment:fragment-ktx:1.5.7'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta02'

// Androidx ktx
implementation 'androidx.activity:activity-ktx:1.7.1'
Expand All @@ -120,7 +120,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"

implementation 'com.tencent:mmkv-static:1.2.15'
implementation 'com.tencent:mmkv-static:1.3.3'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'io.reactivex:rxjava:1.3.8'
implementation 'io.reactivex:rxandroid:1.2.1'
Expand All @@ -131,7 +131,7 @@ dependencies {
implementation 'com.blacksquircle.ui:language-base:2.8.0'
implementation 'com.blacksquircle.ui:language-json:2.8.0'
implementation 'io.github.g00fy2.quickie:quickie-bundled:1.6.0'
implementation 'com.google.zxing:core:3.5.1'
implementation 'com.google.zxing:core:3.5.3'

def work_version = "2.8.1"

Expand Down

0 comments on commit 3ac89d6

Please sign in to comment.