AniTrend / android-emojify

An android project to convert short codes, emoticons, html entities, emoticons to emoji and vice-versa
https://anitrend.github.io/android-emojify
Apache License 2.0
25 stars 12 forks source link

Migrate to version catalogues #52

Closed wax911 closed 1 year ago

wax911 commented 1 year ago

Issue Guidelines

Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.

You may find an answer in already closed issues: https://github.com/AniTrend/android-emojify/issues?q=is%3Aissue+is%3Aclosed

Feature Information

Currently we still use Library versions in buildSrc which we have to manually update using manesVersion, we want to migrate all the used dependencies from buildSrc/../Libraries.kt to gradle/libs.versions.toml

Solution Information

Refer to this doc for additional context: https://docs.gradle.org/current/userguide/platforms.html also see example PR https://github.com/AniTrend/support-arch/pull/88

github-actions[bot] commented 1 year ago

Hey there! Thank you for creating an issue :) Please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.