Skip to content

Commit

Permalink
fix: dependency on jitpack sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Gopal committed Jul 17, 2016
1 parent 5b90c40 commit cc3feb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,16 @@ android {
}
}

repositories {
maven {
url "https://jitpack.io"
}
}

dependencies {
compile project(path: ':library')
compile project(path: ':library-extension-rx')
// compile 'com.github.instacart.truetime-android:library-extension-rx:master-SNAPSHOT'

compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha4'
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}

Expand Down

0 comments on commit cc3feb0

Please sign in to comment.