Skip to content

Commit

Permalink
chore: update maven badge
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielcafe committed Jul 22, 2021
1 parent 111bb20 commit 788cc7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Maven Central](https://img.shields.io/maven-central/v/cafe.adriel.lyricist/lyricist?style=for-the-badge&color=blue)](https://repo.maven.apache.org/maven2/cafe/adriel/lyricist/)
[![Maven metadata URL](https://img.shields.io/maven-metadata/v?color=blue&metadataUrl=https://s01.oss.sonatype.org/service/local/repo_groups/public/content/cafe/adriel/lyricist/lyricist/maven-metadata.xml&style=for-the-badge)](https://repo.maven.apache.org/maven2/cafe/adriel/lyricist/)
[![Android API](https://img.shields.io/badge/api-21%2B-brightgreen.svg?style=for-the-badge)](https://android-arsenal.com/api?level=21)
[![kotlin](https://img.shields.io/github/languages/top/adrielcafe/lyricist.svg?style=for-the-badge&color=blueviolet)](https://kotlinlang.org/)
[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg?style=for-the-badge)](https://ktlint.github.io/)
Expand Down Expand Up @@ -240,4 +240,4 @@ ksp "cafe.adriel.lyricist:lyricist-processor:${latest-version}"
ksp "cafe.adriel.lyricist:lyricist-processor-xml:${latest-version}"
```

Current version: ![Maven Central](https://img.shields.io/maven-central/v/cafe.adriel.lyricist/lyricist?color=blue)
Current version: ![Maven metadata URL](https://img.shields.io/maven-metadata/v?color=blue&metadataUrl=https://s01.oss.sonatype.org/service/local/repo_groups/public/content/cafe/adriel/lyricist/lyricist/maven-metadata.xml)
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin.code.style=official
GROUP=cafe.adriel.lyricist
VERSION_NAME=1.0.0-beta02

POM_DESCRIPTION=The missing I18N/I10N library for Jetpack Compose!
POM_DESCRIPTION=The missing I18N/L10N library for Jetpack Compose!
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/adrielcafe/lyricist

Expand All @@ -20,5 +20,5 @@ POM_SCM_CONNECTION=scm:git:git://github.com/adrielcafe/lyricist.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/adrielcafe/lyricist.git

POM_DEVELOPER_ID=adrielcafe
POM_DEVELOPER_NAME=Adriel Caf�
POM_DEVELOPER_NAME=Adriel Café
POM_DEVELOPER_URL=https://github.com/adrielcafe/

0 comments on commit 788cc7f

Please sign in to comment.