Skip to content

Commit 803870f

Browse files
committed
Adding required properties to pom file
1 parent 701b44f commit 803870f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ publishing {
115115
artifact(aarArtifact)
116116

117117
pom {
118+
name = 'Hyperwallet Android Core SDK'
119+
description = 'Hyperwallet Core SDK for Android to integrate with Hyperwallet Platform'
120+
url = 'https://github.com/hyperwallet/hyperwallet-android-sdk'
118121
pom.withXml {
119122
def dependenciesNode = asNode().appendNode('dependencies')
120123
configurations.implementation.allDependencies.each {

0 commit comments

Comments
 (0)