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/3rd_party
parent6116a1085c98ec7e30c1c5df7360584fc4beaefb (diff)
[android] Update studio and gradle to 3.1.0
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 f208609a78..5700e074fa 100644
--- a/android/3rd_party/BottomSheet/build.gradle
+++ b/android/3rd_party/BottomSheet/build.gradle
@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.0.1'
+ classpath 'com.android.tools.build:gradle:3.1.0'
}
}