From 00847365ef2da7ce295645f08cad561654b28584 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 13 Aug 2018 12:11:05 -0700 Subject: [PATCH] Android v0.6.17 Summary: Published new android artifacts. Reviewed By: danielbuechele Differential Revision: D9295871 fbshipit-source-id: 7809d947622138192b3b931c6739570c11d050a8 --- 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 2cd992ba7..cfe904716 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -38,7 +38,7 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.6.16' + debugImplementation 'com.facebook.flipper:flipper:0.6.17' } ``` diff --git a/gradle.properties b/gradle.properties index 39862195a..f4b634ead 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # POM publishing constants -VERSION_NAME=0.6.16 +VERSION_NAME=0.6.17 GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git