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 Yunitsky <yunik@mapswithme.com>2016-09-12 02:24:38 +0300
committerDmitry Yunitsky <yunik@mapswithme.com>2016-09-12 10:37:00 +0300
commit9381d4e3828ffc9901c7c42f096d609a5144e1c0 (patch)
treee76b917e8b5458e6f0e72e8d46f5941b4f3949ba /android/3rd_party
parentf2b4f7db60560f0f718a58a86ab8111e66ced5d2 (diff)
[android] New gradle plugin.
Diffstat (limited to 'android/3rd_party')
-rw-r--r--android/3rd_party/BottomSheet/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/3rd_party/BottomSheet/build.gradle b/android/3rd_party/BottomSheet/build.gradle
index 70f45ba9ad..e313682ba2 100644
--- a/android/3rd_party/BottomSheet/build.gradle
+++ b/android/3rd_party/BottomSheet/build.gradle
@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.1.2'
+ classpath 'com.android.tools.build:gradle:2.1.3'
}
}