Migrated to Ktor-client
This commit is contained in:
@@ -67,7 +67,11 @@ dependencies {
|
||||
implementation fileTree(dir: "libs", include: ["*.jar", "*.aar"])
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.20"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0-RC"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.0"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.1"
|
||||
|
||||
implementation "io.ktor:ktor-client-core:1.6.1"
|
||||
implementation "io.ktor:ktor-client-okhttp:1.6.1"
|
||||
implementation "io.ktor:ktor-client-serialization:1.6.1"
|
||||
|
||||
implementation "androidx.appcompat:appcompat:1.3.0"
|
||||
implementation "androidx.activity:activity-ktx:1.3.0-rc01"
|
||||
@@ -83,7 +87,7 @@ dependencies {
|
||||
|
||||
implementation "com.daimajia.swipelayout:library:1.2.0@aar"
|
||||
|
||||
implementation "com.google.android.material:material:1.3.0"
|
||||
implementation "com.google.android.material:material:1.4.0"
|
||||
|
||||
implementation platform("com.google.firebase:firebase-bom:28.0.0")
|
||||
implementation "com.google.firebase:firebase-analytics-ktx"
|
||||
@@ -100,8 +104,7 @@ dependencies {
|
||||
implementation 'com.github.piasy:FrescoImageLoader:1.8.0'
|
||||
implementation 'com.github.piasy:FrescoImageViewFactory:1.8.0'
|
||||
|
||||
//noinspection GradleDependency
|
||||
implementation "com.squareup.okhttp3:okhttp:4.9.0"
|
||||
implementation "org.jsoup:jsoup:1.13.1"
|
||||
|
||||
implementation "com.tbuonomo:dotsindicator:4.2"
|
||||
|
||||
@@ -110,15 +113,16 @@ dependencies {
|
||||
|
||||
implementation "ru.noties.markwon:core:3.1.0"
|
||||
|
||||
implementation "xyz.quaver:libpupil:2.1.2"
|
||||
implementation "xyz.quaver:libpupil:2.1.3"
|
||||
implementation "xyz.quaver:documentfilex:0.6.1"
|
||||
implementation "xyz.quaver:floatingsearchview:1.1.7"
|
||||
|
||||
implementation "com.orhanobut:logger:2.2.0"
|
||||
|
||||
debugImplementation "com.orhanobut:logger:2.2.0"
|
||||
debugImplementation "com.squareup.leakcanary:leakcanary-android:2.6"
|
||||
|
||||
testImplementation "junit:junit:4.13.1"
|
||||
testImplementation "org.mockito:mockito-inline:3.11.2"
|
||||
|
||||
androidTestImplementation "androidx.test.ext:junit:1.1.3"
|
||||
androidTestImplementation "androidx.test:rules:1.4.0"
|
||||
androidTestImplementation "androidx.test:runner:1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user