Skip to content

Commit

Permalink
Downgrade Conscrypt version to 2.5.2 until issue #1268 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Feb 2, 2025
1 parent 74761b5 commit d521614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ androidx-lifecycle = "2.8.7"
androidx-test-core = "1.6.1"
androidx-test-runner = "1.6.2"
androidx-test-rules = "1.6.1"
conscrypt = "2.5.3"
# don't updated to 2.5.3 / until https://github.com/google/conscrypt/issues/1268 is fixed
conscrypt = "2.5.2"
compose-bom = "2025.01.01"
dokka = "1.9.20"
junit = "4.13.2"
Expand Down

0 comments on commit d521614

Please sign in to comment.