Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayantgoel001/emojiutil
A Simple Library To Find And Remove Emojis
https://github.com/jayantgoel001/emojiutil
android emoji jitpack kotlin
Last synced: 2 days ago
JSON representation
A Simple Library To Find And Remove Emojis
- Host: GitHub
- URL: https://github.com/jayantgoel001/emojiutil
- Owner: JayantGoel001
- Created: 2020-07-17T04:20:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T03:03:30.000Z (about 3 years ago)
- Last Synced: 2024-05-01T17:53:14.538Z (7 months ago)
- Topics: android, emoji, jitpack, kotlin
- Language: Kotlin
- Homepage:
- Size: 1.92 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emoji Util
A Simple Library To Find And Remove Emojis
![](https://user-images.githubusercontent.com/54479676/87748863-b7656c80-c814-11ea-95ec-4e367816016d.png)
How to
To get a Git project into your build:
## Step 1. Add the JitPack repository to your build file
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
## Step 2. Add the dependency
dependencies {
implementation 'com.github.JayantGoel001:EmojiUtil:0.0.1'
}Share this release:
[![](https://jitpack.io/v/JayantGoel001/EmojiUtil.svg)](https://jitpack.io/#JayantGoel001/EmojiUtil)