Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anastr authored Jul 4, 2023
1 parent 37a904e commit 15fc5b4
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 @@ -53,7 +53,7 @@ sourceSets {
val commonMain by getting {
dependencies {
// Add Speedometer library
implementation("com.github.anastr:speedometer:1.0.0-ALPHA01")
implementation("com.github.anastr:speedometer:1.0.0-ALPHA02")
}
}
// ...
Expand All @@ -66,7 +66,7 @@ If you want to use the library only in a native Android project. Add this line t

```kotlin
dependencies {
implementation("com.github.anastr:speedometer-android:1.0.0-ALPHA01")
implementation("com.github.anastr:speedometer-android:1.0.0-ALPHA02")
}
```

Expand Down

0 comments on commit 15fc5b4

Please sign in to comment.