playback/player: android: Update build tools and gradle

New build tools needed for Instant Run, and Android Studio wants us to
update that and the gradle version.
This commit is contained in:
Arun Raghavan 2016-07-27 21:10:31 +05:30 committed by Sebastian Dröge
parent 1d760d92ed
commit 5743b39d4e
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:2.1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View file

@ -1,6 +1,6 @@
#Tue May 10 21:58:01 EEST 2016
#Tue Aug 23 11:07:06 IST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip