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 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T03:03:30.000Z (over 3 years ago)
- Last Synced: 2025-04-07T03:41:18.156Z (3 months ago)
- Topics: android, emoji, jitpack, kotlin
- Language: Kotlin
- Homepage:
- Size: 1.92 MB
- Stars: 9
- 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

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/#JayantGoel001/EmojiUtil)