diff --git a/build.gradle b/build.gradle index da8444a6..94dc92c7 100644 --- a/build.gradle +++ b/build.gradle @@ -133,11 +133,15 @@ android { } } +configurations { + all*.exclude group: 'com.google.guava', module: 'listenablefuture' +} + dependencies { implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'androidx.preference:preference:1.0.0' + implementation 'androidx.preference:preference:1.1.0-alpha03' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.annotation:annotation:1.0.1' implementation 'com.google.android.material:material:1.0.0' diff --git a/src/main/res/xml/settings.xml b/src/main/res/xml/settings.xml index d8ae0d5a..124e81fa 100644 --- a/src/main/res/xml/settings.xml +++ b/src/main/res/xml/settings.xml @@ -1,11 +1,14 @@ - + - + - + - - + + + android:title="@string/notification_time" /> - + - +