From ce6c8c19957272c0ecd2c0f05935c71c3ada6940 Mon Sep 17 00:00:00 2001 From: Nishant Srivastava Date: Tue, 9 Nov 2021 11:14:56 +0100 Subject: [PATCH] Make the version info more clear in Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cc625b..fe4c52d 100644 --- a/README.md +++ b/README.md @@ -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