From 010ceca6249e8d49cd6a37fe0b1db3e6943c8bec Mon Sep 17 00:00:00 2001 From: Shrikanth Ravi Date: Wed, 15 Dec 2021 10:53:09 +0530 Subject: [PATCH] Update group ID for jitpack --- photoeditor/build.gradle | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/photoeditor/build.gradle b/photoeditor/build.gradle index 83df524b..132605b9 100644 --- a/photoeditor/build.gradle +++ b/photoeditor/build.gradle @@ -1,4 +1,6 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group = 'com.github.ZupersoftSolutions' android { @@ -50,10 +52,10 @@ dependencies { } -ext { - PUBLISH_GROUP_ID = 'com.burhanrashid52' - PUBLISH_VERSION = '1.5.1' - PUBLISH_ARTIFACT_ID = 'photoeditor' -} - -apply from: "${rootProject.projectDir}/scripts/publish-mavencentral.gradle" +//ext { +// PUBLISH_GROUP_ID = 'com.burhanrashid52' +// PUBLISH_VERSION = '1.5.1' +// PUBLISH_ARTIFACT_ID = 'photoeditor' +//} +// +//apply from: "${rootProject.projectDir}/scripts/publish-mavencentral.gradle"