Skip to content

Commit 8c6293b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 58235f3 + 5eeebd9 commit 8c6293b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# Custom-Switch-Button
1+
# Google Direction Api
22

3-
[![](https://jitpack.io/v/DangiAshish/Custom-Switch-Button.svg)](https://jitpack.io/#DangiAshish/Custom-Switch-Button)
3+
[![](https://jitpack.io/v/DangiAshish/Google-Direction-Api.svg)](https://jitpack.io/#DangiAshish/Google-Direction-Api)
44

55
#### Gradle
66

77
```gradle
88
allprojects {
99
repositories {
10+
...
1011
maven { url 'https://jitpack.io' }
1112
}
1213
}
@@ -17,7 +18,7 @@ Include the library in your `build.gradle`
1718
### Add dependency
1819

1920
```groovy
20-
dependencies{
21-
implementation 'com.github.DangiAshish:Custom-Switch-Button:1.0'
22-
}
21+
dependencies {
22+
implementation 'com.github.DangiAshish:Google-Direction-Api:1.0'
23+
}
2324
```

0 commit comments

Comments
 (0)