Skip to content

Commit

Permalink
Merge pull request #13 from akshaaatt/dependabot/gradle/com.github.bu…
Browse files Browse the repository at this point in the history
…mptech.glide-glide-4.16.0

Bump com.github.bumptech.glide:glide from 4.12.0 to 4.16.0
  • Loading branch information
akshaaatt committed Nov 15, 2023
2 parents e4e89cf + 06d6710 commit 5dd0cec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
testImplementation 'junit:junit:4.13.2'
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation 'com.github.bumptech.glide:glide:4.16.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
androidTestImplementation 'androidx.test:runner:1.4.0'
implementation 'androidx.cardview:cardview:1.0.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
Expand All @@ -41,8 +41,8 @@ dependencies {
implementation 'me.relex:circleindicator:2.1.6'

// Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation 'com.github.bumptech.glide:glide:4.16.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'

implementation 'com.github.chrisbanes:PhotoView:2.3.0'
}
4 changes: 2 additions & 2 deletions slider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.1'

// Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation 'com.github.bumptech.glide:glide:4.16.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'

// Circle Indicator
implementation 'me.relex:circleindicator:2.1.6'
Expand Down

0 comments on commit 5dd0cec

Please sign in to comment.