Skip to content

Commit

Permalink
icerockdev#4: @anton6tak patch applied
Browse files Browse the repository at this point in the history
  • Loading branch information
y9san9 committed Aug 6, 2021
1 parent ab30a24 commit d88ec0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
project build.gradle
```groovy
dependencies {
commonMainApi("dev.icerock.moko:web3:0.3.0")
commonMainApi("dev.icerock.moko:web3:0.4.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kbignumVersion = "2.2.0"
klockVersion = "2.2.2"
ktorClientVersion = "1.6.1"
mokoTestVersion = "0.4.0"
mokoWeb3Version = "0.3.0"
mokoWeb3Version = "0.4.0"
multidexVersion = "2.0.1"

[libraries]
Expand Down
2 changes: 2 additions & 0 deletions sample/android-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ android {
defaultConfig {
applicationId = "dev.icerock.moko.samples.web3"

multiDexEnabled = true
versionCode = 1
versionName = "0.1.0"
}
Expand All @@ -18,6 +19,7 @@ android {
dependencies {
implementation(libs.appCompat)
implementation(libs.material)
implementation(libs.multidex)

implementation(projects.sample.mppLibrary)
}
4 changes: 0 additions & 4 deletions web3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ plugins {
}

android {
defaultConfig {
multiDexEnabled = true
}
testOptions {
unitTests.isReturnDefaultValues = true
}
Expand All @@ -34,7 +31,6 @@ dependencies {
androidTestImplementation(libs.ktorClientOkHttp)
androidTestImplementation(libs.kotlinTest)
androidTestImplementation(libs.kotlinTestJunit)
androidMainImplementation(libs.multidex)

iosMainImplementation(libs.ktorClientIos)
iosTestImplementation(libs.ktorClientIos)
Expand Down

0 comments on commit d88ec0a

Please sign in to comment.