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
|
@ -1,7 +1,6 @@
|
|||
# kotlin-pluralizer
|
||||
[](https://travis-ci.org/cesarferreira/kotlin-pluralizer) [](https://jitpack.io/#cesarferreira/kkotlin-pluralizer) [  ](https://bintray.com/cesarferreira/maven/kotlin-pluralizer/_latestVersion)
|
||||
|
||||
|
||||
**kotlin extension** to **pluralize** and **singularize** strings!
|
||||
|
||||
## Usage
|
||||
|
@ -30,7 +29,7 @@ repositories {
|
|||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
dependencies {
|
||||
compile 'com.github.cesarferreira:kotlin-pluralizer:0.2.2'
|
||||
compile 'com.github.cesarferreira:kotlin-pluralizer:0.2.4'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue