We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58235f3 + 5eeebd9 commit 8c6293bCopy full SHA for 8c6293b
README.md
@@ -1,12 +1,13 @@
1
-# Custom-Switch-Button
+# Google Direction Api
2
3
-[](https://jitpack.io/#DangiAshish/Custom-Switch-Button)
+[](https://jitpack.io/#DangiAshish/Google-Direction-Api)
4
5
#### Gradle
6
7
```gradle
8
allprojects {
9
repositories {
10
+ ...
11
maven { url 'https://jitpack.io' }
12
}
13
@@ -17,7 +18,7 @@ Include the library in your `build.gradle`
17
18
### Add dependency
19
20
```groovy
-dependencies{
21
- implementation 'com.github.DangiAshish:Custom-Switch-Button:1.0'
22
-}
+dependencies {
+ implementation 'com.github.DangiAshish:Google-Direction-Api:1.0'
23
+ }
24
```
0 commit comments