From a2e337bda7044c36ee2b37456c1e2bb180f8e96b Mon Sep 17 00:00:00 2001 From: Taras Smakula <tarassmakula@gmail.com> Date: Thu, 11 Apr 2024 13:45:12 +0300 Subject: [PATCH] Change artifact ids fot auth publication --- auth/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/build.gradle b/auth/build.gradle index cc39f283b..77aa61cdc 100644 --- a/auth/build.gradle +++ b/auth/build.gradle @@ -101,7 +101,7 @@ publishing { publications { gplayRelease(MavenPublication) { groupId = rootProject.ext.modules_groupId - artifactId = "auth" + artifactId = "auth_gplay" version rootProject.ext.modules_version afterEvaluate { @@ -110,7 +110,7 @@ publishing { } fdroidRelease(MavenPublication) { groupId = rootProject.ext.modules_groupId - artifactId = "auth" + artifactId = "auth_fdroid" version rootProject.ext.modules_version afterEvaluate { -- GitLab