Files
flipper/gradle.properties
Pascal Hartig 26335e30a0 Bump Kotlin (#2026)
Summary:
Only a minor bump, but the IDE was pretty insistent I do this.

Pull Request resolved: https://github.com/facebook/flipper/pull/2026

Test Plan: IDE

Reviewed By: mweststrate

Differential Revision: D26843904

Pulled By: passy

fbshipit-source-id: 53a18e75dc9230421e8f9318885af29e8c8a4bdd
2021-03-05 09:09:48 -08:00

32 lines
1.0 KiB
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.79.2-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_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
POM_ISSUES_URL = 'https://github.com/facebook/flipper/issues/'
# Shared version numbers
LITHO_VERSION=0.39.0
ANDROIDX_VERSION=1.1.0
KOTLIN_VERSION=1.3.72
# Gradle internals
org.gradle.internal.repository.max.retries=10
org.gradle.internal.repository.initial.backoff=1250
android.useAndroidX=true
android.enableJetifier=true