Skip to content

Commit

Permalink
jitpack dependency is added to sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
iammert committed Jan 30, 2016
1 parent f345e46 commit ae86c3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url "https://jitpack.io"
}

}
}

Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'

compile project(':materialintro')
compile 'com.github.iammert:MaterialIntroView:1.0'
//compile project(':materialintro')
}

0 comments on commit ae86c3d

Please sign in to comment.