Summary: Releasing snapshot version 0.170.1-SNAPSHOT Reviewed By: mweststrate Differential Revision: D40295173 fbshipit-source-id: 0279ac2232bdbec971805f568a7063d55c60dd3e
35 lines
1.2 KiB
Properties
35 lines
1.2 KiB
Properties
# Copyright (c) Meta Platforms, Inc. and 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.170.1-SNAPSHOT
|
|
GROUP=com.facebook.flipper
|
|
SONATYPE_STAGING_PROFILE=comfacebook
|
|
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_LICENCE_NAME=MIT
|
|
POM_LICENCE_URL=https://github.com/facebook/flipper/blob/main/LICENSE
|
|
POM_LICENCE_DIST=repo
|
|
POM_DEVELOPER_ID=facebook
|
|
POM_DEVELOPER_NAME=facebook
|
|
POM_ISSUES_URL=https://github.com/facebook/flipper/issues/
|
|
|
|
# Shared version numbers
|
|
LITHO_VERSION=0.41.1
|
|
ANDROIDX_VERSION=1.3.0
|
|
KOTLIN_VERSION=1.6.20
|
|
|
|
# Gradle internals
|
|
org.gradle.internal.repository.max.retries=10
|
|
org.gradle.internal.repository.initial.backoff=1250
|
|
org.gradle.jvmargs=-Xmx2g -Xms512m -XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled
|
|
systemProp.org.gradle.internal.http.connectionTimeout=120000
|
|
systemProp.org.gradle.internal.http.socketTimeout=120000
|
|
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|