Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminMihuMDC committed Apr 14, 2022
1 parent 09ece76 commit 9ea3c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ Maven Central Repository: https://search.maven.org/artifact/com.garmin.connectiq

```
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<groupId>com.garmin.connectiq</groupId>
<artifactId>monkeybrains</artifactId>
<version>1.0.2</version>
</dependency>
```

#### GRADLE

```
implementation("com.squareup.retrofit2:retrofit:1.0.2")
implementation("com.garmin.connectiq:monkeybrains:1.0.2")
```

## Samples
Expand Down

0 comments on commit 9ea3c65

Please sign in to comment.