From 2ec6f14759187d18ddc0b23431db9dd3b4abf873 Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Thu, 16 May 2019 10:01:40 -0700 Subject: [PATCH] Flipper Bump: v0.20.4-SNAPSHOT Summary: Making a release to test the automated pods publishing. The last one failed, due to the wierd Sandcastle bug Reviewed By: passy Differential Revision: D15373866 fbshipit-source-id: 644bf24e28d712c40a053623fc2b80bf6b011fde --- docs/getting-started.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index a6afaa737..1b1722ef8 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -90,7 +90,7 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.20.3-SNAPSHOT' + debugImplementation 'com.facebook.flipper:flipper:0.20.4-SNAPSHOT' debugImplementation 'com.facebook.soloader:soloader:0.5.1' releaseImplementation 'com.facebook.flipper:flipper-noop:0.20.1-SNAPSHOT' diff --git a/gradle.properties b/gradle.properties index e5aee6ce4..042fb9068 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ # in the root directory of this source tree. # POM publishing constants -VERSION_NAME=0.20.3 +VERSION_NAME=0.20.4-SNAPSHOT GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git