Summary: [android] Upgrade gradle project Makes us compatible with Android Studio Flamingo and unlocks upgrades to Kotlin (which we need to be in sync with fbsource). Pull Request resolved: https://github.com/facebook/flipper/pull/4751 Test Plan: - ./gradlew :android:assembleDebug - Android Studio Sync - CI --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/flipper/pull/4751). * https://github.com/facebook/flipper/issues/4759 * https://github.com/facebook/flipper/issues/4758 * https://github.com/facebook/flipper/issues/4757 * https://github.com/facebook/flipper/issues/4756 * https://github.com/facebook/flipper/issues/4755 * https://github.com/facebook/flipper/issues/4754 * https://github.com/facebook/flipper/issues/4753 * https://github.com/facebook/flipper/issues/4752 * __->__ https://github.com/facebook/flipper/issues/4751 Reviewed By: aigoncharov Differential Revision: D46068236 Pulled By: passy fbshipit-source-id: 707422134b49c0d940b663f6f40937fe6561a038
39 lines
1.5 KiB
Properties
39 lines
1.5 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.191.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.44.0
|
|
ANDROIDX_VERSION=1.3.0
|
|
KOTLIN_VERSION=1.6.20
|
|
FBJNI_VERSION=0.3.0
|
|
SOLOADER_VERSION=0.10.4
|
|
# NDK
|
|
NDK_VERSION=25.1.8937393
|
|
# Gradle internals
|
|
org.gradle.internal.repository.max.retries=10
|
|
org.gradle.internal.repository.initial.backoff=1250
|
|
# The --add-opens is required for Litho's annotation processor on JDK 17
|
|
org.gradle.jvmargs=-Xmx2g -Xms512m --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
|
|
systemProp.org.gradle.internal.http.connectionTimeout=120000
|
|
systemProp.org.gradle.internal.http.socketTimeout=120000
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
android.defaults.buildfeatures.buildconfig=true
|
|
android.nonTransitiveRClass=false
|
|
android.nonFinalResIds=false
|