
pl.droidsonroids.gradle.localization.Parser.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-gradle-localization-plugin Show documentation
Show all versions of android-gradle-localization-plugin Show documentation
Gradle plugin for generating localized string resources
package pl.droidsonroids.gradle.localization
/**
* Created by Alexey Puchko on 12/22/16.
*/
interface Parser {
Map getResult() throws IOException
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy