From e57308e8d884e2eea9cb9921ee863087c6f989e1 Mon Sep 17 00:00:00 2001 From: Tim Froehlich Date: Tue, 19 Sep 2023 10:56:58 -0600 Subject: [PATCH] Update to the latest Roborazzi --- 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 0b5109969..38efed762 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -55,7 +55,7 @@ truth = "1.1.5" core = "1.10.1" activityKtx = "1.7.2" robolectric = "4.10.3" -roborazzi = "1.6.0-alpha-3" +roborazzi = "1.7.0-alpha-2" [libraries] accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }