Releases: nanogiants/android-versioning
Releases · nanogiants/android-versioning
2.4.0
New
- Add separate option for
keepOriginalBundleFile
and keepOriginalMappingFile
(see Readme)
2.3.1
Other
- Wrap versionCode and versionName in lazy fields to improve performance for Android multi module projects
2.3.0
New
- Change package name to
de.nanogiants
2.2.1
Fix
- Fix APK creation log message when app has no flavors
2.2.0
New
- Set APK naming at Android plugin configuration
- Improve AAB and Mapping rename logic
- Allow keeping original file with
keepOriginalArtifacts
Other
- Single mapping filename for bundle and assemble tasks
2.1.2
Other
- Execute plugin after android plugin, avoids bad plugin order
- Improve android gradle plugin dependency usage
2.1.1
Other
- Handle empty cmd line results
- Improve branch name detection
- Refactor code
2.1.0
New
- Support for obfuscation mapping files
- Switch to Gradle configuration avoidance api
2.0.1
Bugfixes
- Fix archivesBaseName detection
- Fix AAB copy task creating empty files
Other
2.0.0
Major update 🎉
- Plugin rewritten from scratch
- Support for AAB files
- Automatically generate APK/AAB filenames based on their flavor
- Changed plugin id and package naming to NanoGiants