Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dangiashish committed Feb 16, 2023
2 parents 58235f3 + 5eeebd9 commit 8c6293b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Custom-Switch-Button
# Google Direction Api

[![](https://jitpack.io/v/DangiAshish/Custom-Switch-Button.svg)](https://jitpack.io/#DangiAshish/Custom-Switch-Button)
[![](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' }
}
}
Expand All @@ -17,7 +18,7 @@ Include the library in your `build.gradle`
### Add dependency

```groovy
dependencies{
implementation 'com.github.DangiAshish:Custom-Switch-Button:1.0'
}
dependencies {
implementation 'com.github.DangiAshish:Google-Direction-Api:1.0'
}
```

0 comments on commit 8c6293b

Please sign in to comment.