Updated MaterialComponent library, implemented DayNight theme

This commit is contained in:
2019-09-22 19:01:25 +02:00
committed by Matte23
parent d00ce9b51f
commit 348470921d
6 changed files with 17 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.android.material:material:1.1.0-alpha10'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.navigation:navigation-fragment:2.1.0'
implementation 'androidx.navigation:navigation-ui:2.1.0'