aboutsummaryrefslogtreecommitdiff
path: root/ui/window
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2016-06-15 16:17:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-06-15 16:17:23 +0000
commit55a4a8d0bb1c9a6fb80c6a35416cfc2f22e2bba7 (patch)
tree66969e2f75d8863ee0f2587673ad74bb0282296a /ui/window
parent09eea926ad055b634b303b2df07e8712f0a70da6 (diff)
parentad6207ddee99b79907b587c63e5ad3f9f6e82eea (diff)
downloadandroid-55a4a8d0bb1c9a6fb80c6a35416cfc2f22e2bba7.tar.gz
Merge "Update sample dependency versions for Android DP4" into nyc-dev
Diffstat (limited to 'ui/window')
-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'
}