We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6352a3c commit c1c0121Copy full SHA for c1c0121
build.gradle
@@ -22,7 +22,7 @@ sourceSets {
22
dependencies {
23
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
24
compile group: 'io.reactivex.rxjava2', name: 'rxkotlin', version: '2.2.0'
25
- compile 'com.github.hardeep:kotlin-redux:v1.0.0'
+ compile 'com.github.hardeep:kotlin-redux:v1.0.2'
26
}
27
28
buildscript {
0 commit comments