newer version of weekdaysselector, fixes #1904

This commit is contained in:
Sebastian Lenz 2019-07-28 20:07:31 +02:00
parent 3ffa75aede
commit 62f3fc022f

View file

@ -275,7 +275,7 @@ dependencies {
implementation "com.jakewharton:butterknife:${butterknifeVersion}"
annotationProcessor "com.jakewharton:butterknife-compiler:${butterknifeVersion}"
implementation 'com.github.DavidProdinger:weekdays-selector:1.0.4'
implementation 'com.github.DavidProdinger:weekdays-selector:1.1.0'
testImplementation "junit:junit:4.12"
testImplementation "org.json:json:20140107"