Skip to content

Commit

Permalink
Merge pull request #44 from anton6tak/#41-update-to-kotlin-1.5.10-and…
Browse files Browse the repository at this point in the history
…-gradle-0.7.2

#41 in multiplatform modules we should use multiplatform-publication plugin
  • Loading branch information
anton6tak authored Jun 30, 2021
2 parents f800970 + ee1febc commit cd9f2dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ allprojects {
project **build.gradle**
```groovy
dependencies {
commonMainApi("dev.icerock.moko:permissions:0.10.0")
commonTestImplementation("dev.icerock.moko:permissions-test:0.10.0")
commonMainApi("dev.icerock.moko:permissions:0.10.1")
commonTestImplementation("dev.icerock.moko:permissions-test:0.10.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 @@ -6,7 +6,7 @@ androidLifecycleVersion = "2.1.0"
androidCoreTestingVersion = "2.1.0"
coroutinesVersion = "1.5.0-native-mt"
mokoMvvmVersion = "0.11.0"
mokoPermissionsVersion = "0.10.0"
mokoPermissionsVersion = "0.10.1"

[libraries]
appCompat = { module = "androidx.appcompat:appcompat", version.ref = "androidAppCompatVersion" }
Expand Down
2 changes: 1 addition & 1 deletion permissions-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
plugins {
id("multiplatform-library-convention")
id("dev.icerock.mobile.multiplatform.android-manifest")
id("android-publication-convention")
id("publication-convention")
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion permissions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
plugins {
id("multiplatform-library-convention")
id("dev.icerock.mobile.multiplatform.android-manifest")
id("android-publication-convention")
id("publication-convention")
}

dependencies {
Expand Down

0 comments on commit cd9f2dc

Please sign in to comment.