diff --git a/app/build.gradle b/app/build.gradle index 62261461..689fad2c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,12 +80,12 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - // https://developer.android.com/topic/libraries/support-library/androidx-rn + // https://developer.android.com/jetpack/androidx/releases/ implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.recyclerview:recyclerview:1.0.0' - annotationProcessor 'androidx.annotation:annotation:1.0.1' + annotationProcessor 'androidx.annotation:annotation:1.0.2' // https://bumptech.github.io/glide/ - implementation 'com.github.bumptech.glide:glide:4.8.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' + implementation 'com.github.bumptech.glide:glide:4.9.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0' }