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-03-30 15:26:14 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-04-04 13:09:20 +0300
commitd638f81e1e1b06b38c13ae41f614a4a916a6a6e2 (patch)
tree8a73326f57fea1108f9c5a2b3409cbe27cf8dfd5 /android/UnitTests
parent6116a1085c98ec7e30c1c5df7360584fc4beaefb (diff)
[android] Update studio and gradle to 3.1.0
Diffstat (limited to 'android/UnitTests')
-rw-r--r--android/UnitTests/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/UnitTests/build.gradle b/android/UnitTests/build.gradle
index 2081a1c73c..697d2a1c4d 100644
--- a/android/UnitTests/build.gradle
+++ b/android/UnitTests/build.gradle
@@ -2,11 +2,11 @@
buildscript {
repositories {
- goodle()
jcenter()
+ google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.0.1'
+ classpath 'com.android.tools.build:gradle:3.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files