Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Update Gradle lib to 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob authored Aug 8, 2018
1 parent 6476dd0 commit f55cd64
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 @@ -17,9 +17,9 @@ android {
}

dependencies {
api 'com.github.bumptech.glide:glide:4.5.0'
api 'com.github.bumptech.glide:annotations:4.5.0'
kapt 'com.github.bumptech.glide:compiler:4.5.0'
api 'com.github.bumptech.glide:glide:4.7.0'
api 'com.github.bumptech.glide:annotations:4.7.0'
kapt 'com.github.bumptech.glide:compiler:4.7.0'
api 'com.caverock:androidsvg:1.2.1'

implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit f55cd64

Please sign in to comment.