Skip to content

Commit

Permalink
fixed: change artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsuzuki committed Jul 27, 2021
1 parent c0f655a commit 3b7b80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
groupId 'com.rjsuzuki.libraries'
artifactId getArtifactId()
version getVersionName()
artifact("$buildDir/outputs/aar/app-release.aar")
artifact("$buildDir/outputs/aar/lib-release.aar")
}
}
}
Expand Down

0 comments on commit 3b7b80b

Please sign in to comment.