diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-06-13 21:01:34 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-06-13 21:01:34 +0200 |
commit | 52955295a3af53e53a07a54d9772bcd9e3a1590a (patch) | |
tree | 16c5229e54021a0e60e16b6a7602ec92a67e7f5f /main/build.gradle | |
parent | 1b6f7d1114f1d28bb8d3a878769de8d43c4ee9c8 (diff) |
Add proper notification channel support
Diffstat (limited to 'main/build.gradle')
-rw-r--r-- | main/build.gradle | 7 |
1 files changed, 4 insertions, 3 deletions
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' |