SupportLeanbackShowcase: bring gradle, build tools, lib up to date
am: 15f5a3351f
* commit '15f5a3351ff79b37d0f899e3ae9ac1b535306fe3':
SupportLeanbackShowcase: bring gradle, build tools, lib up to date
Change-Id: I9922a3a645cdce7908ce342761d2ac997ddb8720
This commit is contained in:
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 'android-N'
|
||||
buildToolsVersion "24.0.0 rc1"
|
||||
buildToolsVersion "24.0.0 rc3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "android.support.v17.leanback.supportleanbackshowcase"
|
||||
@@ -31,6 +31,6 @@ dependencies {
|
||||
compile "com.android.support:preference-v14:${supportLibVersion}"
|
||||
|
||||
compile "com.google.code.gson:gson:1.7.2"
|
||||
compile "com.squareup.picasso:picasso:2.3.2"
|
||||
compile "com.squareup.picasso:picasso:2.5.2"
|
||||
compile "com.android.support:palette-v7:${supportLibVersion}"
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.2.3'
|
||||
classpath 'com.android.tools.build:gradle:2.1.0'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip
|
||||
|
||||
Reference in New Issue
Block a user