From 2d82a0edda2a41e5c475af088f8cfd27147e0a3c Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Wed, 9 Jul 2025 13:16:28 -0400 Subject: [PATCH] [Infra] Add warning around updating/changing robolectric Due to issues in higher version, robolectric should remain in 4.12 for now. --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 544bd51cf69..99463bdc477 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -64,7 +64,7 @@ protobufjavautil = "3.25.5" protoc = "3.25.5" quickcheck = "0.6" reactiveStreams = "1.0.4" -robolectric = "4.12" +robolectric = "4.12" # Do not use >4.12 as it breaks the build runner = "1.0.2" rxandroid = "2.0.2" rxjava = "2.1.14"