From 00de0f0e9ee768acb20afb535f00a26e9fd38001 Mon Sep 17 00:00:00 2001 From: Flipper Bot <> Date: Tue, 20 Sep 2022 04:06:09 -0700 Subject: [PATCH] Flipper Snapshot Bump: v0.166.1-SNAPSHOT Summary: Releasing snapshot version 0.166.1-SNAPSHOT Reviewed By: aigoncharov Differential Revision: D39649276 fbshipit-source-id: aa537a0fc60df6e3fee3cded942524423cec88ad --- 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 be7eed5b732..cc8b2244160 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.165.2-SNAPSHOT' + debugImplementation 'com.facebook.flipper:flipper:0.166.1-SNAPSHOT' debugImplementation 'com.facebook.soloader:soloader:0.10.4' - releaseImplementation 'com.facebook.flipper:flipper-noop:0.165.2-SNAPSHOT' + releaseImplementation 'com.facebook.flipper:flipper-noop:0.166.1-SNAPSHOT' } ``` diff --git a/gradle.properties b/gradle.properties index 63cdfef27c6..72c3925758d 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.166.0 +VERSION_NAME=0.166.1-SNAPSHOT GROUP=com.facebook.flipper SONATYPE_STAGING_PROFILE=comfacebook POM_URL=https://github.com/facebook/flipper