Skip to content

Commit

Permalink
Downgrade Truth library to 1.1.3
Browse files Browse the repository at this point in the history
It bundles Guava 32.0.0 which has a bug on Windows where temporary directories can't be created, causing tests to fail.

See google/truth#1137 and google/guava#6535
  • Loading branch information
Nik Clayton committed Jun 10, 2023
1 parent f23c0cc commit d4bee51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Expand Up @@ -49,7 +49,8 @@ rxjava3 = "3.1.6"
rxkotlin3 = "3.0.1"
photoview = "2.3.0"
sparkbutton = "4.1.0"
truth = "1.1.4"
# Deliberate downgrade from 1.1.4, see https://github.com/google/truth/issues/1137
truth = "1.1.3"
turbine = "0.13.0"
unified-push = "2.1.1"
xmlwriter = "1.0.4"
Expand Down

0 comments on commit d4bee51

Please sign in to comment.