aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-10-21 18:13:14 -0700
committerScott Jackson <daneren2005@gmail.com>2016-10-21 18:13:14 -0700
commit862f70536f672ff91bea830e42d4a906f8a466ae (patch)
tree9a2e7e9b4710f294cd2fa338c92c17fa866119cd /app/build.gradle
parentf9894f5ff28cdd166f64ba6d1fe6bee59b6dcc6d (diff)
downloaddsub-862f70536f672ff91bea830e42d4a906f8a466ae.tar.gz
dsub-862f70536f672ff91bea830e42d4a906f8a466ae.tar.bz2
dsub-862f70536f672ff91bea830e42d4a906f8a466ae.zip
Upgrade to support library v24
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 47b3df01..e6581796 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 23
+ compileSdkVersion 24
buildToolsVersion "23.0.3"
defaultConfig {
@@ -46,11 +46,11 @@ android {
dependencies {
compile project(':Server Proxy')
compile fileTree(include: ['*.jar'], dir: 'libs')
- compile 'com.android.support:support-v4:23.4.+'
- compile 'com.android.support:appcompat-v7:23.4.+'
- compile 'com.android.support:mediarouter-v7:23.4.+'
- compile 'com.android.support:recyclerview-v7:23.4.+'
- compile 'com.android.support:design:23.4.+'
+ compile 'com.android.support:support-v4:24.2.+'
+ compile 'com.android.support:appcompat-v7:24.2.+'
+ compile 'com.android.support:mediarouter-v7:24.2.+'
+ compile 'com.android.support:recyclerview-v7:24.2.+'
+ compile 'com.android.support:design:24.2.+'
compile 'com.google.android.gms:play-services-cast:8.1.0'
compile 'com.sothree.slidinguppanel:library:3.0.0'
compile 'de.hdodenhof:circleimageview:1.2.1'