Skip to content

Commit

Permalink
Merge pull request #7 from nisrulz/patch-1
Browse files Browse the repository at this point in the history
Make the version info more clear in Readme
  • Loading branch information
weliem authored Nov 9, 2021
2 parents e3f9f5e + ce6c8c1 commit 0282249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ allprojects {
}
dependencies {
implementation 'com.github.weliem:blessed-android-coroutines:0.0.1'
implementation "com.github.weliem:blessed-android-coroutines:$version"
}
```
where `$version` is the latest published version in Jitpack [![](https://jitpack.io/v/weliem/blessed-android-coroutines.svg)](https://jitpack.io/#weliem/blessed-android-coroutines)

## Overview of classes

Expand Down

0 comments on commit 0282249

Please sign in to comment.