diff --git a/auth/build.gradle b/auth/build.gradle index cc39f283b4f08405dde8f688cf1b751ecad5767f..77aa61cdcd6dc18ec47916b049d995713479612c 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 {