We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701b44f commit 803870fCopy full SHA for 803870f
core/build.gradle
@@ -115,6 +115,9 @@ publishing {
115
artifact(aarArtifact)
116
117
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'
121
pom.withXml {
122
def dependenciesNode = asNode().appendNode('dependencies')
123
configurations.implementation.allDependencies.each {
0 commit comments