Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
imtianx authored Oct 13, 2022
1 parent 2cfd4be commit bbfb836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ dependencies {}
publishing {
publications {
release(MavenPublication) {
groupId = 'org.comingchat.android'
artifactId = 'wallet-sdk'
groupId = 'com.github.coming-chat'
artifactId = 'wallet-sdk-android'
version getVersionName()
artifact("libs/wallet-sources.jar") {
classifier "sources"
Expand Down

0 comments on commit bbfb836

Please sign in to comment.