From 93dd047db1071e89963b774cce2f31a70838ca6e Mon Sep 17 00:00:00 2001 From: John Knox Date: Wed, 1 Aug 2018 06:04:32 -0700 Subject: [PATCH] Android sample - Update group and github links Summary: Updating sonar -> flipper Reviewed By: passy Differential Revision: D9082224 fbshipit-source-id: 3834bf2cfc9137fac1fb92e3796bf600da08cd93 --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index ed074fa93..309c5c04c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,12 @@ # POM publishing constants VERSION_NAME=0.6.13 -GROUP=com.facebook.sonar -POM_URL=https://github.com/facebook/sonar -POM_SCM_URL=https://github.com/facebook/sonar.git -POM_SCM_CONNECTION=scm:git:https://github.com/facebook/sonar.git -POM_SCM_DEV_CONNECTION=scm:git:git@github.com:facebook/sonar.git +GROUP=com.facebook.flipper +POM_URL=https://github.com/facebook/flipper +POM_SCM_URL=https://github.com/facebook/flipper.git +POM_SCM_CONNECTION=scm:git:https://github.com/facebook/flipper.git +POM_SCM_DEV_CONNECTION=scm:git:git@github.com:facebook/flipper.git POM_LICENSE_NAME=MIT -POM_LICENSE_URL=https://github.com/facebook/sonar/blob/master/LICENSE +POM_LICENSE_URL=https://github.com/facebook/flipper/blob/master/LICENSE POM_LICENSE_DIST=repo POM_DEVELOPER_ID=facebook POM_DEVELOPER_NAME=facebook