Skip to content

Commit

Permalink
fix(deps): Downgrade dependency org.conscrypt:conscrypt-android to v2…
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Dec 10, 2024
1 parent 158049d commit 05b20e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
- Update dependency androidx.glance:glance-appwidget to v1.1.1
- Update dependency com.google.firebase:firebase-bom to v33.7.0
- Update fast.adapter to v5.7.0
- Downgrade dependency org.conscrypt:conscrypt-android to v2.5.2

## [1.9.0]

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ coil3-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp" }
compose-theme-adapter3 = { module = "com.google.accompanist:accompanist-themeadapter-material3", version = "0.33.2-alpha" }
conductor = { module = "com.bluelinelabs:conductor", version = "4.0.0-preview-4" }
conductor-support-preference = { module = "com.github.tachiyomiorg:conductor-support-preference", version = "3.0.0" }
conscrypt = { module = "org.conscrypt:conscrypt-android", version = "2.5.3" }
conscrypt = { module = "org.conscrypt:conscrypt-android", version = "2.5.2" }
desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.3" }
directionalviewpager = { module = "com.github.tachiyomiorg:DirectionalViewPager", version = "1.0.0" }
disklrucache = { module = "com.jakewharton:disklrucache", version = "2.0.2" }
Expand Down

0 comments on commit 05b20e0

Please sign in to comment.