From ebaef6565dd679588f3b807bc705f1b66102b2f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:03:10 +0000 Subject: [PATCH] fix(deps): update dependency com.vanniktech:ui to v0.9.0 --- 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 15db60869f..ba2c33efee 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ plugin-publish = { module = "com.vanniktech:gradle-maven-publish-plugin", versio robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" } screengrab = { module = "tools.fastlane:screengrab", version = "2.1.1" } timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" } -ui = { module = "com.vanniktech:ui", version = "0.8.0" } +ui = { module = "com.vanniktech:ui", version = "0.9.0" } [plugins] codequalitytools = { id = "com.vanniktech.code.quality.tools", version = "0.24.0" }