Skip to content

Commit 9ea3c65

Browse files
committed
Update README.md
1 parent 09ece76 commit 9ea3c65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Maven Central Repository: https://search.maven.org/artifact/com.garmin.connectiq
1616

1717
```
1818
<dependency>
19-
<groupId>com.squareup.retrofit2</groupId>
20-
<artifactId>retrofit</artifactId>
19+
<groupId>com.garmin.connectiq</groupId>
20+
<artifactId>monkeybrains</artifactId>
2121
<version>1.0.2</version>
2222
</dependency>
2323
```
2424

2525
#### GRADLE
2626

2727
```
28-
implementation("com.squareup.retrofit2:retrofit:1.0.2")
28+
implementation("com.garmin.connectiq:monkeybrains:1.0.2")
2929
```
3030

3131
## Samples

0 commit comments

Comments
 (0)