From 52955295a3af53e53a07a54d9772bcd9e3a1590a Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 13 Jun 2017 21:01:34 +0200 Subject: Add proper notification channel support --- main/build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'main/build.gradle') diff --git a/main/build.gradle b/main/build.gradle index 8bdd763c..7237eac4 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -15,12 +15,13 @@ apply plugin: 'checkstyle' repositories { jcenter() maven { url "https://jitpack.io" } + maven { url 'https://maven.google.com' } } dependencies { - compile 'com.android.support:support-annotations:25.3.1' - compile 'com.android.support:cardview-v7:25.3.1' - compile 'com.android.support:recyclerview-v7:25.3.1' + compile 'com.android.support:support-annotations:25.4.0' + compile 'com.android.support:cardview-v7:25.4.0' + compile 'com.android.support:recyclerview-v7:25.4.0' // compile 'ch.acra:acra:4.5.0' compile 'com.github.PhilJay:MPAndroidChart:v3.0.2' -- cgit v1.2.3