Skip to content

Commit

Permalink
Updated to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aghajari authored Aug 31, 2020
1 parent 81e7818 commit 9022b48
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@

AXEmojiView is available in the JCenter, so you just need to add it as a dependency (Module gradle)

**LastVersion : 1.2.1**
**LastVersion : 1.2.2**

Gradle
```gradle
implementation 'com.aghajari.emojiview:AXEmojiView:1.2.1'
implementation 'com.aghajari.emojiview:AXEmojiView:1.2.2'
```

Maven
```xml
<dependency>
<groupId>com.aghajari.emojiview</groupId>
<artifactId>AXEmojiView</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -334,6 +334,7 @@ Result :
- AXEmojiImageView
- AXEmojiTextView
- AXEmojiCheckBox
- AXEmojiRadioButton

## Listeners
onEmojiActions :
Expand Down Expand Up @@ -417,10 +418,10 @@ AXEmojiManager.setEmojiLoader(new EmojiLoader(){
## Download Apk
<img src="./images/apk.png" width=200 title="Screen">

- Version: 1.2.0
- LastUpdate: 15 August 2020
- Version: 1.2.2
- LastUpdate: 31 August 2020

[`Download Apk`](./AXEmojiView1.2.0.apk)
[`Download Apk`](./AXEmojiView1.2.2.apk)

## Author
- **Amir Hossein Aghajari**
Expand Down

0 comments on commit 9022b48

Please sign in to comment.