Skip to content

Commit 056be28

Browse files
author
Tony Myles
committed
Quick build fix
1 parent 4f63850 commit 056be28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

afero-sdk-softhub/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ apply plugin: 'com.android.library'
77
repositories {
88
maven {
99
url "https://afero.jfrog.io/afero/hubby-android"
10+
credentials {
11+
username = project.aferoArtifactoryUserName
12+
password = project.aferoArtifactoryPassword
13+
}
1014
}
1115
}
1216

0 commit comments

Comments
 (0)