Summary: Made a quick script to set versions in manifests that currently exist. This should probably be stamped in more places, like the binary as well, but we don't do that right now. This does not update lockfiles for CocoaPods or JS, so those will need to be updated via an install after running this script. A note on language: This repo already has too many toolchains, but I chose Python for this since it corresponds with the enum script, and we can run it with no dependencies on macOS/Linux distros. Reviewed By: cortinico Differential Revision: D46662378 fbshipit-source-id: 5e119e081358850a9350e425982d3e74f0deb8c4
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=2.0.0
|