Commit 18f761cd authored by Vladislav Bogdashkin's avatar Vladislav Bogdashkin 🎣

added conductor support library for child viewpager hierarchy implementation

parent 034a6a33
......@@ -40,6 +40,7 @@ android {
androidExtensions {
experimental = true
}
configurations.all {
resolutionStrategy.force "com.bluelinelabs:conductor:$conductorVersion"
}
......@@ -99,6 +100,9 @@ dependencies {
//Mosby MVI
implementation "com.hannesdorfmann.mosby3:mvi-conductor:$mosbyMviConductorVersion"
//conductor support
implementation "com.bluelinelabs:conductor-support:$conductorVersion"
//Tests
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment