From 5f7decdb04d41e3ac7419c8e572cf7e53dd31d87 Mon Sep 17 00:00:00 2001 From: Ashish Dangi Date: Thu, 16 Feb 2023 14:15:06 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index 31e8388..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,23 +1 @@ -# Custom-Switch-Button -[![](https://jitpack.io/v/DangiAshish/Custom-Switch-Button.svg)](https://jitpack.io/#DangiAshish/Custom-Switch-Button) - -#### Gradle - - ```gradle - allprojects { - repositories { - maven { url 'https://jitpack.io' } - } - } - ``` - -Include the library in your `build.gradle` - - ### Add dependency - -```groovy -dependencies{ - implementation 'com.github.DangiAshish:Custom-Switch-Button:1.0' -} -``` From 5eeebd9316f4f35575467d4ccc7c576ec32c5450 Mon Sep 17 00:00:00 2001 From: Ashish Dangi Date: Thu, 16 Feb 2023 14:18:37 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 8b13789..52e6852 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ +# Google Direction Api +[![](https://jitpack.io/v/DangiAshish/Google-Direction-Api.svg)](https://jitpack.io/#DangiAshish/Google-Direction-Api) + +#### Gradle + + ```gradle + allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } + } + ``` + +Include the library in your `build.gradle` + + ### Add dependency + +```groovy +dependencies { + implementation 'com.github.DangiAshish:Google-Direction-Api:1.0' + } +```