Skip to content

Commit 9a0e891

Browse files
joserebelowax911
authored andcommitted
fix: update repository url in maven pom
1 parent 9335067 commit 9a0e891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/io/wax911/emoji/buildSrc/plugin/components/AndroidOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private fun Project.createMavenPublicationUsing(sourcesJar: Jar) {
4848
pom {
4949
name.set("android-emojify")
5050
description.set("This project is an android port of https://github.com/vdurmont/emoji-java which is a lightweight java library that helps you use Emojis in your java applications re-written in Kotlin.")
51-
url.set("https://github.com/anitrend/android-emoji")
51+
url.set("https://github.com/anitrend/android-emojify")
5252
licenses {
5353
license {
5454
name.set("Apache License, Version 2.0")

0 commit comments

Comments
 (0)