(room) add in gradle config

This commit is contained in:
torrentcome 2017-06-28 19:32:50 +02:00
commit e649f412d3
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@ allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
maven { url 'https://maven.google.com' }
}
}