Merge pull request #1906 from quizzmaster/dev
use newer version of weekdays-selector, fixes #1904
This commit is contained in:
commit
fccd040b6f
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ dependencies {
|
||||||
implementation "com.jakewharton:butterknife:${butterknifeVersion}"
|
implementation "com.jakewharton:butterknife:${butterknifeVersion}"
|
||||||
annotationProcessor "com.jakewharton:butterknife-compiler:${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 "junit:junit:4.12"
|
||||||
testImplementation "org.json:json:20140107"
|
testImplementation "org.json:json:20140107"
|
||||||
|
|
Loading…
Reference in a new issue