1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-06 22:34:05 +08:00

update androidx libraries

This commit is contained in:
wasabeef 2019-08-15 15:10:55 +09:00
parent 0b9311813a
commit ce14f7bdf1

View File

@ -62,7 +62,7 @@ dependencies {
implementation "com.github.bumptech.glide:glide:$glide_version"
kapt "com.github.bumptech.glide:compiler:$glide_version"
implementation "jp.co.cyberagent.android:gpuimage:$gpuimage_version"
implementation "androidx.appcompat:appcompat:1.0.2"
implementation "androidx.recyclerview:recyclerview:1.0.0"
implementation "androidx.appcompat:appcompat:1.1.0-rc01"
implementation "androidx.recyclerview:recyclerview:1.1.0-beta02"
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}