mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-25 00:37:12 -07:00
it's now a kotlin library and not an android library
This commit is contained in:
parent
d0f22d0f40
commit
075acc0c94
9 changed files with 92 additions and 98 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
ext {
|
||||
ext_groupId = 'com.cesarferreira'
|
||||
ext_artifactId = 'kotlin-pluralizer'
|
||||
ext_version = '0.2.2'
|
||||
ext_version = '0.2.4'
|
||||
ext_url = 'https://github.com/cesarferreira/kotlin-pluralizer'
|
||||
ext_vcsUrl = 'https://github.com/cesarferreira/kotlin-pluralizer.git'
|
||||
ext_description = 'Kotlin extension to pluralize and singularize strings'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue