Skip to content

Commit

Permalink
Quick build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Myles committed Sep 20, 2019
1 parent 4f63850 commit 056be28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions afero-sdk-softhub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ apply plugin: 'com.android.library'
repositories {
maven {
url "https://afero.jfrog.io/afero/hubby-android"
credentials {
username = project.aferoArtifactoryUserName
password = project.aferoArtifactoryPassword
}
}
}

Expand Down

0 comments on commit 056be28

Please sign in to comment.