forked from organicmaps/organicmaps
[android] Set gradle version to 3.0
This commit is contained in:
parent
57ab411abd
commit
d77529e365
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.2.3'
|
||||
classpath 'com.android.tools.build:gradle:+'
|
||||
classpath 'io.fabric.tools:gradle:1.+'
|
||||
}
|
||||
}
|
||||
|
@ -58,7 +58,7 @@ dependencies {
|
|||
// TODO remove this library when default LinearLayoutManager will be fixed.
|
||||
compile 'org.solovyev.android.views:linear-layout-manager:0.5@aar'
|
||||
compile 'com.timehop.stickyheadersrecyclerview:library:0.4.3@aar'
|
||||
//Glide
|
||||
// Glide
|
||||
compile 'com.github.bumptech.glide:glide:3.7.0'
|
||||
// Java concurrency annotations
|
||||
compile 'net.jcip:jcip-annotations:1.0'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#Sun Sep 11 01:49:03 MSK 2016
|
||||
#Wed Aug 31 02:26:56 MSK 2016
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue