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:
authorAlex Zolotarev <alex@maps.me>2016-04-28 15:17:50 +0300
committerAlex Zolotarev <alex@maps.me>2016-04-28 15:17:50 +0300
commitb679698be7828e6cdb1416727dd95d73724a763b (patch)
tree8a788f53f4cc83afc1422a40ae631c3cd2617dd9 /android/UnitTests
parentb36586e93444b5a5d536fbe52b7fb224ef8f5990 (diff)
[android] Increased gradle version to 2.1.0.
Diffstat (limited to 'android/UnitTests')
-rw-r--r--android/UnitTests/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/UnitTests/build.gradle b/android/UnitTests/build.gradle
index cc8604eba6..e30a3877d5 100644
--- a/android/UnitTests/build.gradle
+++ b/android/UnitTests/build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.3.1'
+ classpath 'com.android.tools.build:gradle:2.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files