Skip to content

Commit

Permalink
Bump yoga version for litho to 1.10
Browse files Browse the repository at this point in the history
Summary: That's needed to release new version for litho as there are new APIs in Yoga that is available from 1.10

Reviewed By: sergeynv

Differential Revision: D10447567

fbshipit-source-id: c00dd057d1a693b3fe8d69c55fb263eb0786c969
  • Loading branch information
muraziz authored and facebook-github-bot committed Oct 18, 2018
1 parent eabb534 commit f83e7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ ext.deps = [
// For releases, we want to depend on a stable version of Yoga.
ext.deps.yoga =
isSnapshot()
? 'com.facebook.yoga:yoga:1.9.1-SNAPSHOT'
: 'com.facebook.yoga:yoga:1.9.0'
? 'com.facebook.yoga:yoga:1.10.1-SNAPSHOT'
: 'com.facebook.yoga:yoga:1.10.0'

// This should hopefully only serve as a temporary measure until
// we have a proper Gradle setup for Yoga and JNI.
Expand Down

0 comments on commit f83e7fb

Please sign in to comment.