Updated libraries

This commit is contained in:
M66B 2019-04-16 19:46:35 +02:00
parent b5bc3ccf19
commit 9b02e291f3
1 changed files with 4 additions and 4 deletions

View File

@ -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'
}