add POM details

This commit is contained in:
Akinwale Ariwodola 2021-06-25 00:43:00 +01:00
parent 98d923f25c
commit d7e6ba1ba8
2 changed files with 44 additions and 0 deletions

View file

@ -113,6 +113,28 @@ modifyPom {
description 'The LBRY SDK packaged as an Android AAR'
groupId 'io.lbry'
artifactId 'lbrysdk64'
scm {
url 'https://github.com/lbryio/lbry-android-sdk'
connection 'scm:https://github.com/lbryio/lbry-android-sdk.git'
developerConnection 'scm:git://github.com/lbryio/lbry-android-sdk.git'
}
licenses {
license {
name 'MIT License'
url 'https://raw.githubusercontent.com/lbryio/lbry-android-sdk/master/LICENSE'
distribution 'repo'
}
}
developers {
developer {
id 'shockr'
name 'Akinwale Ariwodola'
email 'akinwale@lbry.com'
}
}
}
}

View file

@ -113,6 +113,28 @@ modifyPom {
description 'The LBRY SDK packaged as an Android AAR'
groupId 'io.lbry'
artifactId 'lbrysdk32'
scm {
url 'https://github.com/lbryio/lbry-android-sdk'
connection 'scm:https://github.com/lbryio/lbry-android-sdk.git'
developerConnection 'scm:git://github.com/lbryio/lbry-android-sdk.git'
}
licenses {
license {
name 'MIT License'
url 'https://raw.githubusercontent.com/lbryio/lbry-android-sdk/master/LICENSE'
distribution 'repo'
}
}
developers {
developer {
id 'shockr'
name 'Akinwale Ariwodola'
email 'akinwale@lbry.com'
}
}
}
}