Skip to content

Commit

Permalink
Add jitpack Maven repository
Browse files Browse the repository at this point in the history
Required for material-dialogs. Fixes artem-zinnatullin#212.
  • Loading branch information
peterjosling committed Jan 31, 2016
1 parent f500fa7 commit 46f7500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wail-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ repositories {
maven() {
url 'http://jcenter.bintray.com'
}

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

android {
Expand Down

0 comments on commit 46f7500

Please sign in to comment.