Gradle versionbump

Summary: Version 1.3

Reviewed By: emilsjolander

Differential Revision: D4666239

fbshipit-source-id: fad4b97b9947342ac91718d4f261184e7baf334a
This commit is contained in:
Robert Spencer
2017-03-07 06:50:08 -08:00
committed by Facebook Github Bot
parent c3d60b55bd
commit 32792a0de5
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ apply plugin: 'maven-publish'
targetCompatibility = '1.7' targetCompatibility = '1.7'
sourceCompatibility = '1.7' sourceCompatibility = '1.7'
version = '1.2.0' version = '1.3.0'
group = 'com.facebook.yoga.android' group = 'com.facebook.yoga.android'
android { android {

View File

@@ -6,7 +6,7 @@ apply plugin: 'maven-publish'
targetCompatibility = '1.7' targetCompatibility = '1.7'
sourceCompatibility = '1.7' sourceCompatibility = '1.7'
version = '1.2.0' version = '1.3.0'
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