All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.droidsonroids.gradle.localization.Quantity.groovy Maven / Gradle / Ivy

There is a newer version: 1.0.19
Show newest version
package pl.droidsonroids.gradle.localization

/*
 * TODO replace with enum from lint?
 */

enum Quantity {
    zero, one, two, few, many, other
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy