Summary: - New [Crash Reporter Plugin](https://fbflipper.com/docs/crash-reporter-plugin.html). - "Where is my plugin?" screen can show you why a plugin wasn't loaded. - New reusable components for StackTrace and MarkerTimeline. - Support for remote Android devices when connected with adb. - Avoid indexing 0s videos on Android when recording screencaps. (7471dc6481) - Fix emulator launching on Linux. (7471dc6481) - Several fixes to the certificate negotiation process. Reviewed By: priteshrnandgaonkar Differential Revision: D13589524 fbshipit-source-id: 3bc0b2ff4d7802b0b767bb5fc55046a84e4a3ec8
20 lines
638 B
Properties
20 lines
638 B
Properties
# POM publishing constants
|
|
VERSION_NAME=0.14.0
|
|
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.21.0
|
|
|
|
# Gradle internals
|
|
org.gradle.internal.repository.max.retries=10
|
|
org.gradle.internal.repository.initial.backoff=1250
|