aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index b304f7fc..d5dfdd4f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,6 +3,10 @@
buildscript {
repositories {
jcenter()
+ maven {
+ url 'https://maven.google.com/'
+ name 'Google'
+ }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
@@ -18,5 +22,6 @@ allprojects {
maven {
url 'http://4thline.org/m2'
}
+ google()
}
}