Skip to content

Commit

Permalink
Update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicroland committed Jul 23, 2018
1 parent bab646d commit a830ae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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'
}

Expand Down

0 comments on commit a830ae4

Please sign in to comment.