Skip to content

Commit

Permalink
Merge pull request #61 from XYOracleNetwork/develop
Browse files Browse the repository at this point in the history
Develop - bring in github token in build gradle
  • Loading branch information
Phillip Lorenzo authored Dec 13, 2019
2 parents e856eb0 + 7751948 commit 93cfbcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions xyo-android-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ publishing {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/XYOracleNetwork/sdk-xyo-android")
credentials {
password = System.getenv("GITHUB_TOKEN")
}
}
}
publications {
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 13:00:19 PST 2019
VERSION_CODE=151
#Fri Dec 13 15:01:14 PST 2019
VERSION_CODE=156

0 comments on commit 93cfbcb

Please sign in to comment.