Gradle version bump and POM details

Summary: This improves the quality of the published POM files, adding dependencies and marking the object as an 'aar'.  It also bumps the version to 1.2.0 for JCenter.

Reviewed By: emilsjolander

Differential Revision: D4620150

fbshipit-source-id: 968f1cea21af4b2f19aeff3f32ad575b185fa1bb
This commit is contained in:
Robert Spencer
2017-03-07 03:52:51 -08:00
committed by Facebook Github Bot
parent 5bc0197c78
commit abf912b729
5 changed files with 34 additions and 24 deletions

View File

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