Version bump of java library

Summary: Version bump as we have introduced `setUseWebDefaults`.

Reviewed By: emilsjolander

Differential Revision: D4794772

fbshipit-source-id: 0a42def3bec3f4f76caf6da01e3b9ab3679ebcb0
This commit is contained in:
Robert Spencer
2017-03-29 06:43:15 -07:00
committed by Facebook Github Bot
parent 5b173c1b61
commit 6b002bad3d

View File

@@ -6,7 +6,7 @@ apply plugin: 'maven-publish'
targetCompatibility = '1.7' targetCompatibility = '1.7'
sourceCompatibility = '1.7' sourceCompatibility = '1.7'
version = '1.3.0' version = '1.3.1'
group = 'com.facebook.yoga' group = 'com.facebook.yoga'
// We currently build the native libraries with buck and bundle them together // We currently build the native libraries with buck and bundle them together