mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Upping to conductor v3.0.0
Had to fork off conductor-support-preference to up that to 3.0.0 as well. @arkon if you want I can submit a pr for main/conductor-support-preference for this but I'm just validating all is fine first (also I dont need the viepager library so it's easier for me to it), still double checking if it's all good first anyway
This commit is contained in:
parent
59c98f03d5
commit
dbc3d335a0
11 changed files with 47 additions and 50 deletions
|
@ -227,11 +227,9 @@ dependencies {
|
|||
implementation("com.getkeepsafe.taptargetview:taptargetview:1.13.0")
|
||||
|
||||
// Conductor
|
||||
implementation("com.bluelinelabs:conductor:2.1.5")
|
||||
implementation("com.bluelinelabs:conductor-support:2.1.5") {
|
||||
exclude("group", "com.android.support")
|
||||
}
|
||||
implementation("com.github.tachiyomiorg:conductor-support-preference:2.0.0")
|
||||
val conductorVersion = "3.0.0"
|
||||
implementation("com.bluelinelabs:conductor:$conductorVersion")
|
||||
implementation("com.github.jays2kings:conductor-support-preference:3.0.0")
|
||||
|
||||
// RxBindings
|
||||
implementation("com.jakewharton.rxbinding:rxbinding-kotlin:${Versions.RX_BINDING}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue