Skip to content

Commit

Permalink
added remote dependencies and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ks89 committed Oct 27, 2015
1 parent fd57f01 commit 891a8a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ buildscript {
repositories {
jcenter()
// maven {
// //use this if you want to use a local Sonatype nexus server -> only during development
// url "http://localhost:8081/nexus/content/groups/public"
// }
}
Expand All @@ -15,6 +16,7 @@ allprojects {
repositories {
jcenter()
// maven {
// //use this if you want to use a local Sonatype nexus server -> only during development
// url "http://localhost:8081/nexus/content/groups/public"
// }
}
Expand Down
1 change: 1 addition & 0 deletions sPFCouponingClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ android {
abortOnError false
}

//to include my remote repository where I deployed the dependencies
repositories {
maven {
url "http://dl.bintray.com/ks89/maven"
Expand Down

0 comments on commit 891a8a9

Please sign in to comment.