1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

upgrade Material Components library to 1.1.0-beta02

This commit is contained in:
Christophe Beyls 2019-11-19 13:13:57 +01:00
parent 94aa852cd2
commit 48a2afb446

View file

@ -35,9 +35,8 @@ dependencies {
implementation 'androidx.core:core:1.2.0-beta02'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0-beta01'
implementation 'com.google.android.material:material:1.1.0-beta02'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0-rc01'
implementation 'androidx.transition:transition:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0-rc01'
implementation 'androidx.viewpager2:viewpager2:1.0.0-rc01'
implementation 'androidx.drawerlayout:drawerlayout:1.1.0-alpha03'