Skip to content

Commit

Permalink
Merge pull request #44 from XYOracleNetwork/add-actions
Browse files Browse the repository at this point in the history
try something on the build gradle
  • Loading branch information
Phillip Lorenzo authored Dec 13, 2019
2 parents 2661bf6 + b80476d commit 2e40e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions xyo-android-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ 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 @@ -107,7 +106,6 @@ 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 09:45:25 PST 2019
VERSION_CODE=142
#Fri Dec 13 10:34:12 PST 2019
VERSION_CODE=143

0 comments on commit 2e40e84

Please sign in to comment.