Skip to content

Commit

Permalink
Fixes publishing group
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Sanson committed Apr 30, 2018
1 parent c9b1f5a commit 02d3aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (project.plugins.hasPlugin("com.android.library")) {
// not required, includes sourcesJar with correct classifier
classifier "sources"
}
groupId project.group
groupId project.ext.group
artifactId project.name
version project.ext.version
}
Expand Down

0 comments on commit 02d3aaa

Please sign in to comment.