Summary: Follow up release to fix https://github.com/facebook/flipper/issues/498 Reviewed By: passy Differential Revision: D16487947 fbshipit-source-id: fbdd18ebd7af260450d93016f25f5e215419d8aa
30 lines
915 B
Properties
30 lines
915 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.
|
|
|
|
# POM publishing constants
|
|
VERSION_NAME=0.23.3
|
|
GROUP=com.facebook.flipper
|
|
POM_URL=https://github.com/facebook/flipper
|
|
POM_SCM_URL=https://github.com/facebook/flipper.git
|
|
POM_SCM_CONNECTION=scm:git:https://github.com/facebook/flipper.git
|
|
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:facebook/flipper.git
|
|
POM_LICENSE_NAME=MIT
|
|
POM_LICENSE_URL=https://github.com/facebook/flipper/blob/master/LICENSE
|
|
POM_LICENSE_DIST=repo
|
|
POM_DEVELOPER_ID=facebook
|
|
POM_DEVELOPER_NAME=facebook
|
|
|
|
# Shared version numbers
|
|
LITHO_VERSION=0.29.0
|
|
ANDROIDX_VERSION=1.0.0
|
|
KOTLIN_VERSION=1.3.31
|
|
|
|
# Gradle internals
|
|
org.gradle.internal.repository.max.retries=10
|
|
org.gradle.internal.repository.initial.backoff=1250
|
|
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|