From 7bfa24ae7b3a3fa737bd40871769627b59636b51 Mon Sep 17 00:00:00 2001 From: Flipper Bot <> Date: Wed, 27 Jul 2022 04:31:07 -0700 Subject: [PATCH] Flipper Snapshot Bump: v0.156.1-SNAPSHOT Summary: Releasing snapshot version 0.156.1-SNAPSHOT Reviewed By: LukeDefeo Differential Revision: D38198428 fbshipit-source-id: 0fd2bebcc266351e6c47518f865a7eb550f032ab --- 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 9f713f2ab..ba37b2447 100644 --- a/docs/getting-started/android-native.mdx +++ b/docs/getting-started/android-native.mdx @@ -124,10 +124,10 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.155.1-SNAPSHOT' + debugImplementation 'com.facebook.flipper:flipper:0.156.1-SNAPSHOT' debugImplementation 'com.facebook.soloader:soloader:0.10.4' - releaseImplementation 'com.facebook.flipper:flipper-noop:0.155.1-SNAPSHOT' + releaseImplementation 'com.facebook.flipper:flipper-noop:0.156.1-SNAPSHOT' } ``` diff --git a/gradle.properties b/gradle.properties index ab81ff9e4..8cbeaebae 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.156.0 +VERSION_NAME=0.156.1-SNAPSHOT GROUP=com.facebook.flipper SONATYPE_STAGING_PROFILE=comfacebook POM_URL=https://github.com/facebook/flipper