From a830ae4566b4102fb3fda93b14b49e2020314e20 Mon Sep 17 00:00:00 2001 From: Ludovic Roland Date: Mon, 23 Jul 2018 13:37:59 +0200 Subject: [PATCH] Update the dependencies --- library/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 5515a047..a25074d8 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'me.tatarka.retrolambda' ext { PUBLISH_GROUP_ID = 'com.applandeo' PUBLISH_ARTIFACT_ID = 'material-calendar-view' - PUBLISH_VERSION = '1.5.0' + PUBLISH_VERSION = '1.5.1' } android { @@ -37,8 +37,8 @@ dependencies { }) implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support.constraint:constraint-layout:1.1.2' - implementation 'com.annimon:stream:1.1.7' - implementation 'com.github.bumptech.glide:glide:4.3.0' + api 'com.annimon:stream:1.1.7' + api 'com.github.bumptech.glide:glide:4.3.0' testImplementation'junit:junit:4.12' }