From 31e66fb8d81ee42ee66e50d9a004f6f995efa71c Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 1 Jun 2019 09:54:48 +0200 Subject: [PATCH] Updated material components to version 1.1.0-alpha07 This is an attempt to fix disappearing icons in the bottom navigation bars --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cbd2eeae2e..dc0df74633 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -116,7 +116,7 @@ dependencies { def recyclerview_version = "1.0.0" def coordinatorlayout_version = "1.0.0" def constraintlayout_version = "1.1.3" - def material_version = "1.0.0" + def material_version = "1.1.0-alpha07" def browser_version = "1.0.0" def lifecycle_version = "2.0.0" def room_version = "2.1.0-rc01" @@ -152,6 +152,7 @@ dependencies { implementation "androidx.constraintlayout:constraintlayout:$constraintlayout_version" // https://mvnrepository.com/artifact/com.google.android.material/material + // https://github.com/material-components/material-components-android/releases implementation "com.google.android.material:material:$material_version" // https://mvnrepository.com/artifact/androidx.browser/browser