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-01-09 17:05:54 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-01-10 11:23:07 +0300
commit81f7a538d5bb01d991ae91d6a30a40128cb1ec81 (patch)
tree49949b7737bb69576df6b212dd43840069b318de /android/3rd_party
parent4357313e7358122e556fa1e038ab96f6791f6687 (diff)
[android] Updated Gradle plugin to 4.1
Diffstat (limited to 'android/3rd_party')
-rw-r--r--android/3rd_party/BottomSheet/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/3rd_party/BottomSheet/build.gradle b/android/3rd_party/BottomSheet/build.gradle
index 583fcfb309..f208609a78 100644
--- a/android/3rd_party/BottomSheet/build.gradle
+++ b/android/3rd_party/BottomSheet/build.gradle
@@ -1,11 +1,12 @@
buildscript {
repositories {
+ google()
jcenter()
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.3.3'
+ classpath 'com.android.tools.build:gradle:3.0.1'
}
}
@@ -14,13 +15,12 @@ apply plugin: 'com.android.library'
dependencies {
- compile 'com.android.support:support-v4:22.2.0'
+ implementation 'com.android.support:support-v4:22.2.0'
}
android {
compileSdkVersion propTargetSdkVersion.toInteger()
- buildToolsVersion propBuildToolsVersion
defaultConfig {
minSdkVersion propMinSdkVersion.toInteger()