Update libraries

This commit is contained in:
Karim Abou Zeid 2017-06-09 22:07:10 +02:00
commit e96c7f5210
2 changed files with 14 additions and 9 deletions

View file

@ -10,5 +10,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url "https://maven.google.com" }
maven { url "https://jitpack.io" }
}
}