Skip to content

Commit

Permalink
Merge pull request #57 from uphold/support/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
diogoguimaraes committed Oct 14, 2015
2 parents 8fa1a36 + 86917c4 commit fb26639
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ repositories {
}
dependencies {
compile 'com.github.uphold:uphold-sdk-android:0.0.2'
compile ('com.github.uphold:uphold-sdk-android:0.0.2@aar') {
transitive = true
}
// Change to:
// compile ('com.github.uphold:uphold-sdk-android:0.0.2:sandboxRelease@aar') {
// transitive = true
Expand Down

0 comments on commit fb26639

Please sign in to comment.