File tree Expand file tree Collapse file tree 3 files changed +4
-92
lines changed Expand file tree Collapse file tree 3 files changed +4
-92
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 14
14
<dependency >
15
15
<groupId >com.maximebertheau</groupId >
16
16
<artifactId >emoji-data-java</artifactId >
17
- <version >1.0 </version >
17
+ <version >1.1 </version >
18
18
</dependency >
19
19
```
20
20
21
21
##### Via Gradle:
22
22
``` gradle
23
- compile 'com.maximebertheau:emoji-data-java:1.0 '
23
+ compile 'com.maximebertheau:emoji-data-java:1.1 '
24
24
```
25
25
26
26
@@ -34,6 +34,7 @@ The `EmojiManager` provides several static methods to search through the emojis
34
34
* ` getForAlias ` returns the emoji for an alias
35
35
* ` getAll ` returns all the emojis
36
36
* ` isEmoji ` checks if a string is an emoji
37
+ * ` getByCategory ` get emojis depending on their ` Category ` (enum)
37
38
38
39
### Emoji model
39
40
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.maximebertheau</groupId >
6
6
<artifactId >emoji-data-java</artifactId >
7
- <version >1.0 </version >
7
+ <version >1.1 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >emoji-java</name >
You can’t perform that action at this time.
0 commit comments