Skip to content

Commit

Permalink
fix(deps): update okhttp monorepo to v5.0.0-alpha.14 (#688)
Browse files Browse the repository at this point in the history
* fix(deps): update okhttp monorepo to v5.0.0-alpha.14

* Fix build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
  • Loading branch information
renovate[bot] and AntsyLich authored Jun 6, 2024
1 parent 777a071 commit 1edd55c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import okhttp3.CacheControl
import okhttp3.Call
import okhttp3.Request
import okhttp3.Response
import okhttp3.internal.http.HTTP_NOT_MODIFIED
import okio.FileSystem
import okio.Path.Companion.toOkioPath
import okio.Source
Expand Down Expand Up @@ -348,5 +347,7 @@ class MangaCoverFetcher(

private val CACHE_CONTROL_NO_STORE = CacheControl.Builder().noStore().build()
private val CACHE_CONTROL_NO_NETWORK_NO_CACHE = CacheControl.Builder().noCache().onlyIfCached().build()

private const val HTTP_NOT_MODIFIED = 304
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
aboutlib_version = "11.2.1"
leakcanary = "2.14"
moko = "0.23.0"
okhttp_version = "5.0.0-alpha.12"
okhttp_version = "5.0.0-alpha.14"
richtext = "0.20.0"
shizuku_version = "12.2.0"
sqldelight = "2.0.2"
Expand Down

0 comments on commit 1edd55c

Please sign in to comment.