From 93bdd96b0f5c7028bc605ba41bb5497d4826a645 Mon Sep 17 00:00:00 2001 From: Emre <39571861+memishood@users.noreply.github.com> Date: Mon, 16 Nov 2020 22:33:02 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf0328..26b77f0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ #### 2.Add this dependency in your app level `build.gradle`: dependencies { ... - def latestVersion = "1.0.3" + def latestVersion = "1.0.4" implementation "com.github.memishood:Android-Device-ID:$latestVersion" }