Skip to content

Commit

Permalink
Update Yoga version
Browse files Browse the repository at this point in the history
Summary: In order to fix our CI build

Reviewed By: muraziz

Differential Revision: D14850944

fbshipit-source-id: b06dfd53a71f2387e4348414abb9b14805f5044e
  • Loading branch information
colriot authored and facebook-github-bot committed Apr 9, 2019
1 parent 4a3f51b commit c16baf6
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 @@ -93,8 +93,8 @@ ext.deps = [
// For releases, we want to depend on a stable version of Yoga.
ext.deps.yoga =
isSnapshot()
? 'com.facebook.yoga:yoga:1.12.0' // can be a '-SNAPSHOT' release
: 'com.facebook.yoga:yoga:1.12.0'
? 'com.facebook.yoga:yoga:1.14.0' // can be a '-SNAPSHOT' release
: 'com.facebook.yoga:yoga:1.14.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 c16baf6

Please sign in to comment.