Updated material components to version 1.1.0-alpha07

This is an attempt to fix disappearing icons in the bottom navigation bars
pull/156/head
M66B 6 years ago
parent af2ea12835
commit 31e66fb8d8

@ -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

Loading…
Cancel
Save