Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cdr-chakotay committed Mar 20, 2024
1 parent f1103ab commit f8fc91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transloadit-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ publishing {
version project.getVersion()
artifact sourcesJar
artifact javadocJar
artifact project.layout.buildDirectory.dir('outputs/aar/' + project.name + '-release.aar')
artifact project.layout.buildDirectory.dir('outputs/aar/transloadit-android-release.aar')
pom.withXml {
def root = asNode()
root.appendNode('description', project.getDescription())
Expand Down

0 comments on commit f8fc91e

Please sign in to comment.