From cf1ef45426048a478387cc184bc9e612d8e22057 Mon Sep 17 00:00:00 2001 From: Vasyl Nahuliak <40458927+vasylnahuliak@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:32:59 +0300 Subject: [PATCH] chore: update groupId after fork --- filestack/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filestack/build.gradle b/filestack/build.gradle index 3b0bc4d..867fc59 100644 --- a/filestack/build.gradle +++ b/filestack/build.gradle @@ -73,7 +73,7 @@ afterEvaluate { release(MavenPublication) { from components.release - groupId = 'com.github.boykod' + groupId = 'com.github.ekreative' artifactId = 'smartsuite-filestack' version = '0.1.6-beta03' }