From 7cb2d818af88083479c94a5154b95ed0a0b28dc6 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005306973 Date: Thu, 28 Jan 2021 06:51:15 -0800 Subject: [PATCH] Flipper Snapshot Bump: v0.73.1-SNAPSHOT Summary: Releasing snapshot version 0.73.1-SNAPSHOT Reviewed By: nikoant Differential Revision: D26125288 fbshipit-source-id: 82be1946e7397c280ff872728ff911e12f43ec2a --- 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 8bf5e95bc..e66a358a3 100644 --- a/docs/getting-started/android-native.mdx +++ b/docs/getting-started/android-native.mdx @@ -101,10 +101,10 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.72.1-SNAPSHOT' + debugImplementation 'com.facebook.flipper:flipper:0.73.1-SNAPSHOT' debugImplementation 'com.facebook.soloader:soloader:0.9.0' - releaseImplementation 'com.facebook.flipper:flipper-noop:0.72.1-SNAPSHOT' + releaseImplementation 'com.facebook.flipper:flipper-noop:0.73.1-SNAPSHOT' } ``` diff --git a/gradle.properties b/gradle.properties index 0dc4cf98e..50cff8aac 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.73.0 +VERSION_NAME=0.73.1-SNAPSHOT GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git