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 { ...@@ -40,6 +40,7 @@ android {
androidExtensions { androidExtensions {
experimental = true experimental = true
} }
configurations.all { configurations.all {
resolutionStrategy.force "com.bluelinelabs:conductor:$conductorVersion" resolutionStrategy.force "com.bluelinelabs:conductor:$conductorVersion"
} }
...@@ -99,6 +100,9 @@ dependencies { ...@@ -99,6 +100,9 @@ dependencies {
//Mosby MVI //Mosby MVI
implementation "com.hannesdorfmann.mosby3:mvi-conductor:$mosbyMviConductorVersion" implementation "com.hannesdorfmann.mosby3:mvi-conductor:$mosbyMviConductorVersion"
//conductor support
implementation "com.bluelinelabs:conductor-support:$conductorVersion"
//Tests //Tests
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0' 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