From 93d327acfbdf2b46e3f911fc5cae109ff56f0e7d Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Fri, 5 Oct 2018 08:24:46 -0700 Subject: [PATCH] Yoga Release v1.10.0 Summary: Updated the build number. Removed armeabi from build.gradle, as gradle was complaining that it doesn't support armeabi. Reviewed By: passy Differential Revision: D10145261 fbshipit-source-id: ab04e2d709cb6faf8bce02a53b7c865c342edefe --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 51ca14c1..aa134ea8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1536M -VERSION_NAME=1.9.1-SNAPSHOT +VERSION_NAME=1.10.0 POM_URL=https://github.com/facebook/yoga POM_SCM_URL=https://github.com/facebook/yoga.git POM_SCM_CONNECTION=scm:git:https://github.com/facebook/yoga.git