Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Donskoy <donskdmitry@mail.ru>2019-12-25 11:27:28 +0300
committerDmitry Donskoy <donskdmitry@mail.ru>2019-12-25 11:27:28 +0300
commitbb7de1e13bef4136d0db579a4d3a449adbc312f3 (patch)
treec40ce4fe5a86c5324ace33721a4b4ec7c55674b1
parent73502c686e63449c0605e4a610149a02bd84fc36 (diff)
[android] Fixed review notestest-build-2
-rw-r--r--android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle
index f2c02e4a78..b9e677ecb9 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -22,13 +22,13 @@ allprojects {
}
repositories {
- maven { url 'https://www.jitpack.io' }
maven {
url 'https://maven.fabric.io/public'
}
maven {
url 'https://s3.amazonaws.com/moat-sdk-builds'
}
+ maven { url 'https://www.jitpack.io' }
maven { url 'https://maven.google.com' }
maven { url 'https://dl.bintray.com/google/flexbox-layout/' }
maven { url 'https://dl.bintray.com/google/exoplayer/' }