Summary: == Highlights * Improved UI when exporting Flipper data. (45999a5292) == Fixes * The Shared Preference Plugin on Android will search for all shared pref files instead of only the package name by default. (825ecb8e23) * When restarting Flipper and the previously selected plugin no longer exists, the UI would crash. (c4a8e73543) Commit log: https://github.com/facebook/flipper/compare/v0.19.0...v0.20.0 Reviewed By: danielbuechele Differential Revision: D14951753 fbshipit-source-id: dbafc2d41cd25b2ede218b3fe3e99745226939a9
24 lines
715 B
Properties
24 lines
715 B
Properties
# POM publishing constants
|
|
VERSION_NAME=0.20.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.25.0
|
|
ANDROIDX_VERSION=1.0.0
|
|
|
|
# Gradle internals
|
|
org.gradle.internal.repository.max.retries=10
|
|
org.gradle.internal.repository.initial.backoff=1250
|
|
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|