1
0
Fork 0
mirror of https://github.com/ethauvin/kotlin-pluralizer.git synced 2025-04-25 00:37:12 -07:00
This commit is contained in:
Cesar Ferreira 2016-09-04 20:45:42 +01:00
parent f003baf41e
commit 74d6ae324c

View file

@ -32,7 +32,7 @@ repositories {
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
} }
dependencies { dependencies {
compile 'com.github.cesarferreira:kotlin-pluralizer:0.1.0' compile 'com.github.cesarferreira:kotlin-pluralizer:0.2.1'
} }
``` ```