Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
CranberrySoup committed Dec 7, 2023
2 parents ee81c5e + a844763 commit c9fe0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation("io.reactivex:rxjava:1.3.8")
implementation("io.reactivex:rxandroid:1.2.1")
// implementation(kotlin("stdlib")) // adds standard kotlin features, like listOf, mapOf etc
implementation("com.github.Blatzar:NiceHttp:0.4.3") // http library
implementation("com.github.Blatzar:NiceHttp:0.4.4") // http library
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1")
implementation("org.jsoup:jsoup:1.13.1") // html parser
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2")
Expand All @@ -87,4 +87,4 @@ dependencies {
implementation("com.squareup.logcat:logcat:0.1")
implementation("io.github.pdvrieze.xmlutil:core-android:0.84.3")
implementation("io.github.pdvrieze.xmlutil:serialization-android:0.84.3")
}
}

0 comments on commit c9fe0e8

Please sign in to comment.