Skip to content

Commit

Permalink
hotfix 0.7.1 - remove test dependencies from publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed May 27, 2022
1 parent dbe78b3 commit e8a2a31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ allprojects {
project build.gradle
```groovy
dependencies {
commonMainApi("dev.icerock.moko:paging:0.7.0")
commonMainApi("dev.icerock.moko:paging:0.7.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coroutinesVersion = "1.6.0-native-mt"
mokoMvvmVersion = "0.12.0"
mokoResourcesVersion = "0.18.0"
mokoUnitsVersion = "0.8.0"
mokoPagingVersion = "0.7.0"
mokoPagingVersion = "0.7.1"

[libraries]
appCompat = { module = "androidx.appcompat:appcompat", version.ref = "androidAppCompatVersion" }
Expand Down
2 changes: 1 addition & 1 deletion paging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ dependencies {
commonMainImplementation(libs.coroutines)
commonMainApi(libs.mokoMvvmLiveData)
commonMainApi(libs.mokoMvvmState)
commonMainApi(libs.ktorClientMock)

commonTestImplementation(libs.kotlinTestJUnit)
androidTestImplementation(libs.androidCoreTesting)
commonTestImplementation(libs.ktorClient)
commonTestImplementation(libs.ktorClientMock)
iosX64TestImplementation(libs.coroutines)
}

0 comments on commit e8a2a31

Please sign in to comment.