Releases: appswithlove/loco-android
Releases · appswithlove/loco-android
0.3.1
Adds replace
parameter
- groovy:
replace: ["foo": "bar"]
- kotlin:
replace: mapOf("foo" to "bar")
Full Changelog: 0.3.0...0.3.1
0.3.0-alpha03
test release
0.3.0
What's Changed
- Breaking Change
⚠️ : Feature - Combine single and multiple config handling by @rasmussl in #36 (thanks!) - Added Github Actions for build & publish (was about time)
Full Changelog: 0.2.11...0.3.0
0.2.11
- Add alternative indexing #34 (thx @DmytroDashkevych)
0.2.10
0.2.9
- Fixes deployment issue with 0.2.8
0.2.8
0.2.7
- Adds sample project
- Updates dependencies
0.2.6
0.2.5
- Adds
saveDefLangDuplicate
property. Default is false. If set to true, the defLang will also be saved in the specific folder (such as values-en), not only in values folder.