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