mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +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:
parent
af2ea12835
commit
31e66fb8d8
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue