Summary: Updated the build number. Removed armeabi from build.gradle, as gradle was complaining that it doesn't support armeabi. Reviewed By: passy Differential Revision: D10145261 fbshipit-source-id: ab04e2d709cb6faf8bce02a53b7c865c342edefe
15 lines
475 B
Properties
15 lines
475 B
Properties
# Project-wide Gradle settings.
|
|
|
|
org.gradle.jvmargs=-Xmx1536M
|
|
|
|
VERSION_NAME=1.10.0
|
|
POM_URL=https://github.com/facebook/yoga
|
|
POM_SCM_URL=https://github.com/facebook/yoga.git
|
|
POM_SCM_CONNECTION=scm:git:https://github.com/facebook/yoga.git
|
|
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:facebook/yoga.git
|
|
POM_LICENSE_NAME=MIT License
|
|
POM_LICENSE_URL=https://github.com/facebook/yoga/blob/master/LICENSE
|
|
POM_LICENSE_DIST=repo
|
|
POM_DEVELOPER_ID=facebook
|
|
POM_DEVELOPER_NAME=facebook
|