From 066b92c19f665a0d9d658d87be3ff176c0d59e95 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Sat, 18 Jan 2020 10:40:31 -0600 Subject: [PATCH] Material 1.1.0-rc02 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 23b0524dc..601dd00e6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -176,7 +176,7 @@ dependencies { implementation("com.google.code.gson:gson:2.8.5") implementation("com.github.rey5137:material:1.2.5") implementation("com.nononsenseapps:filepicker:4.2.1") - implementation("com.google.android.material:material:1.1.0-rc01") + implementation("com.google.android.material:material:1.1.0-rc02") implementation("androidx.annotation:annotation:1.1.0") implementation("androidx.constraintlayout:constraintlayout:2.0.0-beta4") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")