Update Gradle plugin

This commit is contained in:
Prathamesh More 2022-05-10 11:41:50 +05:30
parent b677d4fa62
commit ae6c97a498
3 changed files with 3 additions and 3 deletions

View file

@ -143,7 +143,7 @@ dependencies {
implementation "io.insert-koin:koin-core:$koin_version"
implementation "io.insert-koin:koin-android:$koin_version"
def glide_version = '4.13.1'
def glide_version = '4.13.2'
implementation "com.github.bumptech.glide:glide:$glide_version"
kapt "com.github.bumptech.glide:compiler:$glide_version"
implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version"