Skip to content

Commit

Permalink
Merge pull request #46 from XYOracleNetwork/add-actions
Browse files Browse the repository at this point in the history
change name of repo to prevent duplicate naming
  • Loading branch information
Phillip Lorenzo authored Dec 13, 2019
2 parents 2e40e84 + 1009c42 commit e7561d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion xyo-android-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/XYOracleNetwork/sdk-xyo-android")
url = uri("https://maven.pkg.github.com/XYOracleNetwork/")
}
}
publications {
Expand All @@ -96,6 +96,7 @@ publishing {
task assembleReleaseFinal
}
groupId 'network.xyo'
artifactId 'sdk-xyo-android'
version verString

//The publication doesn't know about our dependencies, so we have to manually add them to the pom
Expand All @@ -106,6 +107,7 @@ publishing {
if (it.name != 'unspecified') {
def dependencyNode = dependenciesNode.appendNode('dependency')
dependencyNode.appendNode('groupId', it.group)
dependencyNode.appendNode('artifactId', it.name)
dependencyNode.appendNode('version', it.version)
}
}
Expand Down
4 changes: 2 additions & 2 deletions xyo-android-library/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Fri Dec 13 10:34:12 PST 2019
VERSION_CODE=143
#Fri Dec 13 11:03:14 PST 2019
VERSION_CODE=144

0 comments on commit e7561d0

Please sign in to comment.