From 9cda8d03b75dc3dff78a864e4f8ae408c0d85e14 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005306973 Date: Thu, 21 May 2020 11:29:52 -0700 Subject: [PATCH] Flipper Snapshot Bump: v0.44.1-SNAPSHOT Summary: Releasing snapshot version 0.44.1-SNAPSHOT Reviewed By: passy Differential Revision: D21686079 fbshipit-source-id: 61675ef15cddd6aa160cbb7ed1dddd7806ce9a22 --- docs/getting-started/android-native.mdx | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/android-native.mdx b/docs/getting-started/android-native.mdx index d9c33fdea..769b3f2f4 100644 --- a/docs/getting-started/android-native.mdx +++ b/docs/getting-started/android-native.mdx @@ -99,10 +99,10 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.43.1-SNAPSHOT' + debugImplementation 'com.facebook.flipper:flipper:0.44.1-SNAPSHOT' debugImplementation 'com.facebook.soloader:soloader:0.9.0' - releaseImplementation 'com.facebook.flipper:flipper-noop:0.43.1-SNAPSHOT' + releaseImplementation 'com.facebook.flipper:flipper-noop:0.44.1-SNAPSHOT' } ``` diff --git a/gradle.properties b/gradle.properties index eb807e9fe..1ccd002aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ # LICENSE file in the root directory of this source tree. # POM publishing constants -VERSION_NAME=0.44.0 +VERSION_NAME=0.44.1-SNAPSHOT GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git