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>2017-08-31 19:00:08 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2017-09-13 16:25:49 +0300
commitbc34afcec81c740906a23a6d7f52408eb58b7182 (patch)
treec172385f1c1470911a04e2e46e8cbe3b6207054f /android/3rd_party
parenta51279bbde10e5d39d1760a36049dd0462a7ca8e (diff)
[android] Updated Gradle to 2.3.3
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 1600741367..583fcfb309 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.3.2'
+ classpath 'com.android.tools.build:gradle:2.3.3'
}
}