Skip to content

Commit 12364a4

Browse files
committed
update to reduxkotlin 0.5.2
1 parent 1dc8db3 commit 12364a4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ext.versions = [
2-
kotlin : '1.3.70',
2+
kotlin : '1.3.72',
33
dokka : '0.9.17',
44
spek : '2.1.0-alpha.0.9+3d5d865',
55
atrium : '0.8.0',
6-
redux : '0.4.0'
6+
redux : '0.5.5-MAC-SNAPSHOT'
77
]
88

99
ext.deps = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ kotlin {
2727
mingwX64("win")
2828
wasm32("wasm")
2929
linuxArm32Hfp("linArm32")
30-
linuxMips32("linMips32")
31-
linuxMipsel32("linMipsel32")
30+
// linuxMips32("linMips32")
31+
// linuxMipsel32("linMipsel32")
3232
linuxX64("lin64")
3333

3434
sourceSets {

0 commit comments

Comments
 (0)