1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 01:36:55 +00:00

Updated material components to version 1.1.0-alpha07

This is an attempt to fix disappearing icons in the bottom navigation bars
This commit is contained in:
M66B 2019-06-01 09:54:48 +02:00
parent af2ea12835
commit 31e66fb8d8

View file

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