Skip to content

Commit

Permalink
Publishing aar path fix (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranpons authored Jul 30, 2019
1 parent 9e50d92 commit 1664717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leku/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ publishing {
}
}

artifact("$buildDir/outputs/aar/${project.getName()}-${versionMajor}.${versionMinor}.${versionPatch}.aar")
artifact("$buildDir/outputs/aar/${project.getName()}-release.aar")
artifact androidJavadocsJar
artifact androidSourcesJar
}
Expand Down

0 comments on commit 1664717

Please sign in to comment.