Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
apanicker-nflx committed Oct 13, 2018
2 parents 9e6b121 + fe7d187 commit 89f4c21
Show file tree
Hide file tree
Showing 50 changed files with 7,610 additions and 927 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ dump.rdb
.idea
*.iml
out/
bin/
target/
.DS_Store
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ allprojects {

repositories {
jcenter()

// oss-candidate for -rc.* verions:
maven {
url "https://dl.bintray.com/netflixoss/oss-candidate"
}
}
}

Expand Down
Loading

0 comments on commit 89f4c21

Please sign in to comment.