Remove s3.amazonaws.com dependency

This commit is contained in:
Stefan Niedermann 2015-10-21 19:05:45 +02:00
parent e92f1156c2
commit b1a24fd403

View file

@ -16,8 +16,5 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url "https://s3.amazonaws.com/repo.commonsware.com"
}
}
}