Skip to content

Commit

Permalink
Fix path to published library
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Jun 16, 2021
1 parent 13ebb7d commit 886c7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ publishing {
library(MavenPublication) {
artifactId project.name
version project.version
artifact "${project.buildDir}/outputs/aar/library-release.aar"
artifact "library-release.aar"
artifact sourcesJar
artifact javadocJar
groupId "com.github.stoyicker.otpview"
Expand Down

0 comments on commit 886c7f8

Please sign in to comment.