chRyNaN/emoji

Hi is this library usable right now?

mohsin363 opened this issue · 6 comments

Hi @chRyNaN

is this library usable right now? if yes then which version works?

Thanks

Welcome and thanks for contributing! Make sure to leave a detailed explanation of the issue.

@mohsin363 The code should be useable but it looks like I have to publish it to my repository. I will try and get that done this evening CT. Thanks for bringing this up.

@chRyNaN thanks for your reply, and what would be the version# that will work?

The current version is 0.2.1, I will see if I can create an updated version tonight though.

The latest version 0.3.0 (5) has been released: https://github.com/chRyNaN/emoji/releases/tag/0.3.0

To use this version, add the following repository to the build.gradle(.kts) file:

repositories {
    maven { url = uri("https://repo.repsy.io/mvn/chrynan/public") }
}

Then add the desired dependencies:

// Core
implementation("com.chrynan.emoji:emoji-core:0.3.0")

// Map repository implementation
implementation("com.chrynan.emoji:emoji-repo-map:0.3.0")

// SQLite repository implementation
implementation("com.chrynan.emoji:emoji-repo-sqlite:0.3.0")

// Jetpack Compose multiplatform EmojiWidget composable
implementation("com.chrynan.emoji:emoji-ui-compose:0.3.0")

Documentation for this release can be found here.

Please open another issue if you are still having problems.