Summary: Right now Yoga's main branch says it's 2.0.0, and RN's dirsync says its 1.14.0, but the code is really closer to what will be Yoga 3.0.0. This changes trunk builds to "0.0.0" for clarity, which will be assigned a real version number the first time publishing a new Yoga branch. This is separately a good practice to prevent the chance of accidental publishes causing damage. Differential Revision: D51236778
15 lines
293 B
Properties
15 lines
293 B
Properties
#
|
|
# Copyright (c) Facebook, Inc. and its affiliates.
|
|
#
|
|
# This source code is licensed under the MIT license found in the LICENSE
|
|
# file in the root directory of this source tree.
|
|
#
|
|
|
|
# Project-wide Gradle settings.
|
|
|
|
android.useAndroidX=true
|
|
|
|
org.gradle.jvmargs=-Xmx1536M
|
|
|
|
VERSION_NAME=0.0.0
|