Releases: StringCare/GradlePlugin
Releases · StringCare/GradlePlugin
Native code and Windows support
- SC logic as native code typed in C++
- Several bugfixes over Windows OS
Gradle and Wiki update
Merge pull request #10 from StringCare/develop Develop
Parenthesis bugfix, regex
String getString(@StringRes int id, Object... formatArgs)
Module located
- In some environments plugin was missing module's folder
- Minor changes
Module detection bugfix
task.project.name
was empty in some cases, replaced by task.project.getPath()
Variants not configured, bugfixes
- Bugfix: Noob mistake 😓
- Detection of not configured variants
- Lots of logs with
debug
extension enabled
Debug extension and bugfix
- Bugfix: plugin was using wrong module name.
debug
extension was added for printing variant detail info
stringcare {
debug true
modules {
sample {
stringFiles = ['strings.xml']
srcFolders = ['src/main']
}
}
}
First version as organization!
v0.1 v0.1
Script as plugin
- New plugin integration
- Gradle 4 bugfix
- Res folder scan