aboutsummaryrefslogtreecommitdiff
path: root/ui/window/MultiWindowPlayground
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2016-06-14 15:42:02 -0700
committerTrevor Johns <trevorjohns@google.com>2016-06-14 15:42:02 -0700
commitad6207ddee99b79907b587c63e5ad3f9f6e82eea (patch)
tree4bae27453a3004638e5cc6a9f87aae3109c99c39 /ui/window/MultiWindowPlayground
parentbcc4aec8529bb9b05b342acc83beb090456d63b3 (diff)
downloadandroid-ad6207ddee99b79907b587c63e5ad3f9f6e82eea.tar.gz
Update sample dependency versions for Android DP4
Change-Id: If1b85f39acf088a1e2c8b7e019d3bea490af407b
Diffstat (limited to 'ui/window/MultiWindowPlayground')
-rw-r--r--ui/window/MultiWindowPlayground/Application/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/window/MultiWindowPlayground/Application/build.gradle b/ui/window/MultiWindowPlayground/Application/build.gradle
index ce291144..e482720f 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:2.0.0'
+ classpath 'com.android.tools.build:gradle:2.1.2'
}
}
@@ -60,7 +60,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
- compile 'com.android.support:appcompat-v7:24.0.0-alpha1'
- androidTestCompile 'com.android.support:support-annotations:24.0.0-alpha1'
+ compile 'com.android.support:appcompat-v7:24.0.0-beta1'
+ androidTestCompile 'com.android.support:support-annotations:24.0.0-beta1'
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
}