aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-04-23 14:46:56 -0700
committerScott Jackson <daneren2005@gmail.com>2016-04-23 14:46:56 -0700
commitf03fe63ecd8603575b5e0ab8f9f8b6f6b3821f5b (patch)
tree438810772fbc0364e3709ae1dfc5c12a9f2d0bb8 /app/build.gradle
parentb531ec43824232005743c4a0e4da4d8a29cd669e (diff)
downloaddsub-f03fe63ecd8603575b5e0ab8f9f8b6f6b3821f5b.tar.gz
dsub-f03fe63ecd8603575b5e0ab8f9f8b6f6b3821f5b.tar.bz2
dsub-f03fe63ecd8603575b5e0ab8f9f8b6f6b3821f5b.zip
#170 Add Variable Playback Speed
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle15
1 files changed, 8 insertions, 7 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e8b7108a..2cf18f0e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,8 +1,9 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 22
- buildToolsVersion "22.0.0"
+ compileSdkVersion 23
+ buildToolsVersion "23.0.3"
+ useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "github.daneren2005.dsub"
@@ -42,11 +43,11 @@ android {
dependencies {
compile project(':Server Proxy')
compile fileTree(include: ['*.jar'], dir: 'libs')
- compile 'com.android.support:support-v4:22.2.+'
- compile 'com.android.support:appcompat-v7:22.2.+'
- compile 'com.android.support:mediarouter-v7:22.2.+'
- compile 'com.android.support:recyclerview-v7:22.2.+'
- compile 'com.android.support:design:22.2.+'
+ compile 'com.android.support:support-v4:23.3.+'
+ compile 'com.android.support:appcompat-v7:23.3.+'
+ compile 'com.android.support:mediarouter-v7:23.3.+'
+ compile 'com.android.support:recyclerview-v7:23.3.+'
+ compile 'com.android.support:design:23.3.+'
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'