Commit 034a6a33 authored by Vladislav Bogdashkin's avatar Vladislav Bogdashkin 🎣

added mosby mvi dependencies

parent da5c313b
......@@ -96,6 +96,9 @@ dependencies {
//RxJava
implementation "io.reactivex.rxjava3:rxjava:$rxJavaVersion"
//Mosby MVI
implementation "com.hannesdorfmann.mosby3:mvi-conductor:$mosbyMviConductorVersion"
//Tests
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
......
......@@ -19,4 +19,5 @@ ext {
timberVersion = '4.7.1'
picassoVersion = '2.71828'
rxJavaVersion = '3.0.0-RC3'
mosbyMviConductorVersion = '3.1.0'
}
\ No newline at end of file
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