[android] Fix gradle build for mopub dependency

Fix min sdk version
This commit is contained in:
v.greshilov 2017-12-04 17:02:44 +03:00 committed by Aleksandr Zatsepin
parent ea228447be
commit 89f7dd3cb4

View file

@ -16,6 +16,10 @@ allprojects {
repositories {
mavenCentral()
jcenter()
// TODO replace with google() for gradle 3.0.0+
maven {
url 'https://maven.google.com'
}
}
}
@ -24,7 +28,7 @@ repositories {
url 'https://maven.fabric.io/public'
}
maven {
url "https://s3.amazonaws.com/moat-sdk-builds"
url 'https://s3.amazonaws.com/moat-sdk-builds'
}
}