mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(deps): Downgrade dependency org.conscrypt:conscrypt-android to v2.5.2
REF: https://github.com/google/conscrypt/issues/1268
This commit is contained in:
parent
158049d4f4
commit
05b20e00e0
2 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue