aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorJan-Felix Schmakeit <jfschmakeit@google.com>2016-03-09 13:48:20 +1100
committerJan-Felix Schmakeit <jfschmakeit@google.com>2016-03-09 13:48:20 +1100
commit837f1e1a6fa3d661adf9f6b8f3d9a01177a6b896 (patch)
tree3f6e5a356badaea04c58de45a41e24596dee1d54 /ui
parent0167af379a99b0951154f6b8abd0b5d92b5c3cd8 (diff)
downloadandroid-837f1e1a6fa3d661adf9f6b8f3d9a01177a6b896.tar.gz
Update dependencies for MultiWindowPlayground sample.
Change-Id: I7ddec60766efaf104c5ed4b00806b512ed70dba1
Diffstat (limited to 'ui')
-rw-r--r--ui/window/MultiWindowPlayground/Application/build.gradle8
-rw-r--r--ui/window/MultiWindowPlayground/gradle/wrapper/gradle-wrapper.properties4
2 files changed, 6 insertions, 6 deletions
diff --git a/ui/window/MultiWindowPlayground/Application/build.gradle b/ui/window/MultiWindowPlayground/Application/build.gradle
index c423c256..0cfa04ce 100644
--- a/ui/window/MultiWindowPlayground/Application/build.gradle
+++ b/ui/window/MultiWindowPlayground/Application/build.gradle
@@ -20,7 +20,7 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.2.3'
+ classpath 'com.android.tools.build:gradle:2.1.0-alpha1'
}
}
@@ -34,7 +34,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 'android-N'
- buildToolsVersion '23.0.1'
+ buildToolsVersion '24.0.0 rc1'
defaultConfig {
applicationId "com.android.multiwindowplayground"
@@ -60,7 +60,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
- compile 'com.android.support:appcompat-v7:23.2.0'
- androidTestCompile 'com.android.support:support-annotations:23.2.0'
+ compile 'com.android.support:appcompat-v7:24.0.0-alpha1'
+ androidTestCompile 'com.android.support:support-annotations:24.0.0-alpha1'
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
}
diff --git a/ui/window/MultiWindowPlayground/gradle/wrapper/gradle-wrapper.properties b/ui/window/MultiWindowPlayground/gradle/wrapper/gradle-wrapper.properties
index afb32963..122a0dca 100644
--- a/ui/window/MultiWindowPlayground/gradle/wrapper/gradle-wrapper.properties
+++ b/ui/window/MultiWindowPlayground/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Wed Apr 10 15:27:10 PDT 2013
+#Mon Dec 28 10:00:20 PST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip