aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2018-07-26 18:00:58 -0700
committerScott Jackson <daneren2005@gmail.com>2018-07-26 18:00:58 -0700
commiteebdb979a2d6d114ab4d8c2e6f5f6ed762b3ae4c (patch)
tree2204522f145b586c07e69d02872f40f7c0e73720 /app/build.gradle
parent602a5429a0523d518cf95022920fa6dabb0a12b4 (diff)
downloaddsub-eebdb979a2d6d114ab4d8c2e6f5f6ed762b3ae4c.tar.gz
dsub-eebdb979a2d6d114ab4d8c2e6f5f6ed762b3ae4c.tar.bz2
dsub-eebdb979a2d6d114ab4d8c2e6f5f6ed762b3ae4c.zip
Add notification channels for API v26 compliance
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 93d4c38f..803d85eb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 26
+ compileSdkVersion 27
buildToolsVersion '25.0.0'
defaultConfig {
@@ -56,11 +56,11 @@ android {
dependencies {
compile project(':Server Proxy')
compile fileTree(include: ['*.jar'], dir: 'libs')
- 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.android.support:support-v4:27.1.+'
+ compile 'com.android.support:appcompat-v7:27.1.+'
+ compile 'com.android.support:mediarouter-v7:27.1.+'
+ compile 'com.android.support:recyclerview-v7:27.1.+'
+ compile 'com.android.support:design:27.1.+'
googleCompile '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'