We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ece76 commit 9ea3c65Copy full SHA for 9ea3c65
README.md
@@ -16,16 +16,16 @@ Maven Central Repository: https://search.maven.org/artifact/com.garmin.connectiq
16
17
```
18
<dependency>
19
- <groupId>com.squareup.retrofit2</groupId>
20
- <artifactId>retrofit</artifactId>
+ <groupId>com.garmin.connectiq</groupId>
+ <artifactId>monkeybrains</artifactId>
21
<version>1.0.2</version>
22
</dependency>
23
24
25
#### GRADLE
26
27
28
-implementation("com.squareup.retrofit2:retrofit:1.0.2")
+implementation("com.garmin.connectiq:monkeybrains:1.0.2")
29
30
31
## Samples
0 commit comments