修复 主题色选择界面崩溃的问题

This commit is contained in:
hyb1996
2018-12-02 11:28:19 +08:00
parent 1acbb27550
commit 754819b23f
5 changed files with 20 additions and 22 deletions

View File

@@ -101,7 +101,7 @@ dependencies {
implementation 'com.google.android.material:material:1.1.0-alpha01'
implementation 'androidx.multidex:multidex:2.0.0'
// Personal libraries
implementation 'com.github.hyb1996:MutableTheme:0.2.2'
implementation 'com.github.hyb1996:MutableTheme:1.0.0'
// Material Dialogs
implementation('com.afollestad.material-dialogs:core:0.9.2.3', {
exclude group: 'com.android.support'