From f59cafe25e776273aa10da4c31d6c2326b115edb Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 6 Aug 2018 13:58:20 -0700 Subject: [PATCH] Android v0.6.16 Summary: Rename artifacts and release on Bintray. Public release will be delayed by the manual review by JFrog. Reviewed By: danielbuechele Differential Revision: D9179646 fbshipit-source-id: 84c11d545940d1d52b9de9f87b4eb26901290108 --- android/gradle.properties | 6 +++--- gradle.properties | 2 +- libs/fbjni/gradle.properties | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index edb417466..1bc7597f4 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -14,8 +14,8 @@ # limitations under the License. # -POM_NAME=Sonar -POM_DESCRIPTION=Sonar SDK for Android -POM_ARTIFACT_ID=sonar +POM_NAME=Flipper +POM_DESCRIPTION=Flipper SDK for Android +POM_ARTIFACT_ID=flipper POM_PACKAGING=aar diff --git a/gradle.properties b/gradle.properties index 309c5c04c..81644df54 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # POM publishing constants -VERSION_NAME=0.6.13 +VERSION_NAME=0.6.16 GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git diff --git a/libs/fbjni/gradle.properties b/libs/fbjni/gradle.properties index 997b70b4c..e8eb9e6fa 100644 --- a/libs/fbjni/gradle.properties +++ b/libs/fbjni/gradle.properties @@ -14,7 +14,7 @@ # limitations under the License. # -POM_NAME=SonarFBJNI -POM_DESCRIPTION=Sonar-scoped FBJNI distribution +POM_NAME=FlipperFBJNI +POM_DESCRIPTION=Flipper-scoped FBJNI distribution POM_ARTIFACT_ID=fbjni POM_PACKAGING=aar