Skip to content

Commit

Permalink
Adjust readme for 0.2.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Aug 28, 2019
1 parent 799e5dd commit 0f46ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("io.sellmair:kompass-core:0.2.0-alpha.4")
implementation("io.sellmair:kompass-core:0.2.0-alpha.5")
}
}

/* Optional Android module */
val androidMain by getting {
dependencies {
implementation("io.sellmair:kompass-android:0.2.0-alpha.4")
implementation("io.sellmair:kompass-android:0.2.0-alpha.5")
}
}
}
Expand Down

0 comments on commit 0f46ef4

Please sign in to comment.