SupportLeanbackShowcase: bring gradle, build tools, lib up to date am: 15f5a3351f
am: dcba115971
* commit 'dcba115971d8b2bb313760b87735629de4a8dd9b':
SupportLeanbackShowcase: bring gradle, build tools, lib up to date
Change-Id: Ia4291893d7339fdfe92cb14b4b3db98e2f29781c
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