From a75b3f22eac861c9ac27ff92efdf80b9072e7c40 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 28 Aug 2018 06:54:53 -0700 Subject: [PATCH] Android v0.6.18 Summary: New Android release to include Litho descriptors. Reviewed By: priteshrnandgaonkar Differential Revision: D9528706 fbshipit-source-id: 993ebc8377c1c50015553bd3459e13d4298100ec --- 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 917474ec7..a453ed682 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -44,7 +44,7 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.6.17' + debugImplementation 'com.facebook.flipper:flipper:0.6.18' } ``` diff --git a/gradle.properties b/gradle.properties index 2adb8cda0..a0feb1c7f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # POM publishing constants -VERSION_NAME=0.6.18-SNAPSHOT +VERSION_NAME=0.6.18 GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git