Skip to content

Commit

Permalink
Correct artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimezis committed Jul 7, 2019
1 parent 18d0593 commit 156f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ task androidSourcesJar(type: Jar) {
publishing {
publications {
Production(MavenPublication) {
artifact("$buildDir/outputs/aar/library.aar")
artifact("$buildDir/outputs/aar/library-release.aar")
artifact(androidSourcesJar)
artifact(androidJavadocsJar)
groupId PUBLISH_GROUP_ID
Expand Down

0 comments on commit 156f1de

Please sign in to comment.