From ce14f7bdf1dfdebb4886fd6571a2d6a343038bdd Mon Sep 17 00:00:00 2001 From: wasabeef Date: Thu, 15 Aug 2019 15:10:55 +0900 Subject: [PATCH] update androidx libraries --- example/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/build.gradle b/example/build.gradle index cf9b682..5042d21 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -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' }