Fix some issues with the deploy script and deploy a new version for android

Summary: Fix some issues with the deploy script and deploy a new version for android

Reviewed By: passy

Differential Revision: D4876006

fbshipit-source-id: ddafb8349e1c77ab5afd9a823103fb6a1dfabb1d
This commit is contained in:
Emil Sjolander
2017-04-12 09:52:30 -07:00
committed by Facebook Github Bot
parent 5f050cb590
commit c080a46571
3 changed files with 17 additions and 14 deletions

View File

@@ -6,13 +6,13 @@ apply plugin: 'maven-publish'
targetCompatibility = '1.7'
sourceCompatibility = '1.7'
version = '1.4.0'
version = '1.4.1'
group = 'com.facebook.yoga'
// We currently build the native libraries with buck and bundle them together
// at this point into the AAR
task buckBuildAndCopy(type: Exec) {
commandLine '../scripts/build_natives_for_gradle.sh'
commandLine "$rootDir/scripts/build_natives_for_gradle.sh"
}
android {