Skip to content

Commit

Permalink
add dependency to maps instead of emoji (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiainen authored Jul 28, 2023
1 parent 87fd2b8 commit d12f811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ Maven:
```
<dependency>
<groupId>com.gluonhq</groupId>
<artifactId>emoji</artifactId>
<artifactId>maps</artifactId>
<version>${version}</version>
</dependency>
```

Gradle:
```
dependencies {
implementation 'com.gluonhq:emoji:${version}'
implementation 'com.gluonhq:maps:${version}'
}
```

Expand Down

0 comments on commit d12f811

Please sign in to comment.