Fix #880. Downgrade conductor to 2.1.2 for now
This commit is contained in:
parent
5eeb497f2b
commit
fd8f7ea693
2 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ dependencies {
|
||||||
compile 'com.nightlynexus.viewstatepageradapter:viewstatepageradapter:1.0.4'
|
compile 'com.nightlynexus.viewstatepageradapter:viewstatepageradapter:1.0.4'
|
||||||
|
|
||||||
// Conductor
|
// Conductor
|
||||||
compile "com.bluelinelabs:conductor:2.1.3"
|
compile "com.bluelinelabs:conductor:2.1.2"
|
||||||
compile 'com.github.inorichi:conductor-support-preference:9e36460'
|
compile 'com.github.inorichi:conductor-support-preference:9e36460'
|
||||||
|
|
||||||
// RxBindings
|
// RxBindings
|
||||||
|
|
|
@ -97,7 +97,7 @@ class SettingsBackupController : SettingsController() {
|
||||||
entriesRes = arrayOf(R.string.update_never, R.string.update_6hour,
|
entriesRes = arrayOf(R.string.update_never, R.string.update_6hour,
|
||||||
R.string.update_12hour, R.string.update_24hour,
|
R.string.update_12hour, R.string.update_24hour,
|
||||||
R.string.update_48hour, R.string.update_weekly)
|
R.string.update_48hour, R.string.update_weekly)
|
||||||
entryValues = arrayOf("0", "6", "12", "24", "168")
|
entryValues = arrayOf("0", "6", "12", "24", "48", "168")
|
||||||
defaultValue = "0"
|
defaultValue = "0"
|
||||||
summary = "%s"
|
summary = "%s"
|
||||||
|
|
||||||
|
|
Reference in a new issue