From fa2b8142f66e84cc1fb6e0f902f5cec32273f228 Mon Sep 17 00:00:00 2001 From: James McIntosh Date: Mon, 19 Jun 2017 14:26:20 +1200 Subject: [PATCH] Fix maven artifact name when publishing locally --- rx_activity_result/build.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rx_activity_result/build.gradle b/rx_activity_result/build.gradle index 66c3bf7..2b94fd5 100644 --- a/rx_activity_result/build.gradle +++ b/rx_activity_result/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' group='com.github.VictorAlbertos' -version='0.4.1-2.x' +version='0.4.4-2.x' android { compileSdkVersion 25 @@ -28,3 +28,9 @@ dependencies { testCompile 'junit:junit:4.12' } + +install { + repositories.mavenInstaller { + pom.artifactId = 'RxActivityResult' + } +} \ No newline at end of file