Skip to content

Commit a7bedad

Browse files
authored
[Infra] Add warning around updating/changing robolectric (#7131)
Due to issues in higher version, robolectric should remain in 4.12 for now.
1 parent 7a35528 commit a7bedad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protobufjavautil = "3.25.5"
6464
protoc = "3.25.5"
6565
quickcheck = "0.6"
6666
reactiveStreams = "1.0.4"
67-
robolectric = "4.12"
67+
robolectric = "4.12" # Do not use >4.12 as it breaks the build
6868
runner = "1.0.2"
6969
rxandroid = "2.0.2"
7070
rxjava = "2.1.14"

0 commit comments

Comments
 (0)