From 3bb86ae5bfaf8ee78af36fd172e8bd150e99727e Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 23 Aug 2018 12:06:32 -0700 Subject: [PATCH] Use new Litho stable release Summary: New release is out, so we no longer need the SNAPSHOT. Reviewed By: danielbuechele Differential Revision: D9481795 fbshipit-source-id: d693f9cbbb6373835c3e3acc03a3c60f27a96262 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 61b23f119..2adb8cda0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ POM_DEVELOPER_ID=facebook POM_DEVELOPER_NAME=facebook # Shared version numbers -LITHO_VERSION=0.18.1-SNAPSHOT +LITHO_VERSION=0.19.0 # Deps for publishing GRADLE_BINTRAY_PLUGIN_VERSION=1.8.0