Releases: diamirio/gradle-localize-plugin
Releases · diamirio/gradle-localize-plugin
v0.3.4
v0.3.2
v0.3.2
- Fix a possible error case when string array elements contained line breaks
- Change strings.xml geeration so that line breaks are shown as \n instead of actual line breaks
see #16
Repository changed
Starting with this release, artifacts will be published to maven.tailored-apps.com. Check out the readme for the repository setup.
v0.3.1
v0.3.0
Changelog:
- Enable multiple configurations (Issue: #3, PR: #4)
- Enable possibility to filter worksheets (Issue: #5, PR: #8)
- Improve output of check task (Issue: #7, PR: #9)
This release has a breaking change i the gradle extensions, so the configuration in the gradle file needs to be adopted.
You need to split your configuration into a product specific configuration (and a base configuration).