From 030a72c5ec011ba74ade8fdacb2e77bc9fc12929 Mon Sep 17 00:00:00 2001 From: Ashish Dangi Date: Thu, 16 Feb 2023 14:32:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52e6852..313ec05 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,6 @@ Include the library in your `build.gradle` ```groovy dependencies { - implementation 'com.github.DangiAshish:Google-Direction-Api:1.0' + implementation 'com.github.DangiAshish:Google-Direction-Api:1.1' } ```