Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)