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:
authoralexzatsepin <az@mapswithme.com>2016-12-19 10:39:24 +0300
committeralexzatsepin <az@mapswithme.com>2016-12-19 10:39:24 +0300
commit8d6e5576aff3a709648bbb0d3acf139e2b994f22 (patch)
tree8fe9675ccb8c4fa362e31ab30d69e452a2595c6a /android/3rd_party
parent67d893057996d995da2694b07a8a662aff9a6bd4 (diff)
[android] Updated Gradle plugin to 2.2.3
Diffstat (limited to 'android/3rd_party')
-rw-r--r--android/3rd_party/BottomSheet/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/3rd_party/BottomSheet/build.gradle b/android/3rd_party/BottomSheet/build.gradle
index 9181e7278c..3bfb11fc68 100644
--- a/android/3rd_party/BottomSheet/build.gradle
+++ b/android/3rd_party/BottomSheet/build.gradle
@@ -5,7 +5,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.2.2'
+ classpath 'com.android.tools.build:gradle:2.2.3'
}
}
@@ -25,4 +25,4 @@ android {
defaultConfig {
minSdkVersion propMinSdkVersion.toInteger()
}
-} \ No newline at end of file
+}