forked from organicmaps/organicmaps
[android] Fix gradle build for mopub dependency
Fix min sdk version
This commit is contained in:
parent
ea228447be
commit
89f7dd3cb4
1 changed files with 5 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue