Skip to content

Commit

Permalink
Brief: added jitpack gradle reference
Browse files Browse the repository at this point in the history
  • Loading branch information
DadeKuma committed Mar 12, 2019
1 parent d608ef2 commit 158be68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}

allprojects {
repositories {
mavenLocal()
jcenter()
// ADD IT HERE
maven { url "https://jitpack.io" }
}
}
7 changes: 7 additions & 0 deletions droidstomplib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
allprojects {
repositories {
mavenLocal()
jcenter()
maven { url "https://jitpack.io" }
}
}

0 comments on commit 158be68

Please sign in to comment.