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:
authorАлександр Зацепин <az@mapswithme.com>2018-01-09 17:05:54 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-01-10 11:23:07 +0300
commit81f7a538d5bb01d991ae91d6a30a40128cb1ec81 (patch)
tree49949b7737bb69576df6b212dd43840069b318de /android/UnitTests
parent4357313e7358122e556fa1e038ab96f6791f6687 (diff)
[android] Updated Gradle plugin to 4.1
Diffstat (limited to 'android/UnitTests')
-rw-r--r--android/UnitTests/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/UnitTests/build.gradle b/android/UnitTests/build.gradle
index eaf62c20ac..2081a1c73c 100644
--- a/android/UnitTests/build.gradle
+++ b/android/UnitTests/build.gradle
@@ -2,10 +2,11 @@
buildscript {
repositories {
+ goodle()
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.3.3'
+ classpath 'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -14,6 +15,7 @@ buildscript {
allprojects {
repositories {
+ google()
jcenter()
}
}