From f20a781bca696408c64f51c26ef2dacf00210a39 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 28 May 2019 09:12:34 -0700 Subject: [PATCH] Bump Litho to 0.26.1 Summary: Includes the new Drawable getter. Reviewed By: danielbuechele Differential Revision: D15517152 fbshipit-source-id: 9977cc788771ec738c2eafc55b725fda4bea5bf0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4a6e655f3..f5206161c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ POM_DEVELOPER_ID=facebook POM_DEVELOPER_NAME=facebook # Shared version numbers -LITHO_VERSION=0.26.0 +LITHO_VERSION=0.26.1 ANDROIDX_VERSION=1.0.0 KOTLIN_VERSION=1.3.21