Skip to content

Commit

Permalink
fixes groupId
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <andkononykhin@gmail.com>
  • Loading branch information
andkononykhin committed Oct 3, 2021
1 parent 80c7554 commit 97af4f1
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 @@ -8,7 +8,7 @@ plugins {
id 'signing'
}

group = "org.didcommx"
group = "org.didcommx.didcomm"
version = "${version}"
project.ext.artifactId = rootProject.name
archivesBaseName = project.artifactId
Expand Down

0 comments on commit 97af4f1

Please sign in to comment.