Skip to content

Releases: nanogiants/android-versioning

2.4.0

10 Jul 08:45
Compare
Choose a tag to compare

New

  • Add separate option for keepOriginalBundleFile and keepOriginalMappingFile (see Readme)

2.3.1

15 Jun 19:52
Compare
Choose a tag to compare

Other

  • Wrap versionCode and versionName in lazy fields to improve performance for Android multi module projects

2.3.0

15 Jun 09:32
Compare
Choose a tag to compare

New

  • Change package name to de.nanogiants

2.2.1

14 Jun 18:29
Compare
Choose a tag to compare

Fix

  • Fix APK creation log message when app has no flavors

2.2.0

10 Jun 23:37
Compare
Choose a tag to compare

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

10 Jun 15:42
Compare
Choose a tag to compare

Other

  • Execute plugin after android plugin, avoids bad plugin order
  • Improve android gradle plugin dependency usage

2.1.1

08 Jun 10:25
Compare
Choose a tag to compare

Other

  • Handle empty cmd line results
  • Improve branch name detection
  • Refactor code

2.1.0

08 Jun 10:03
Compare
Choose a tag to compare

New

  • Support for obfuscation mapping files
  • Switch to Gradle configuration avoidance api

2.0.1

05 Jun 19:12
Compare
Choose a tag to compare

Bugfixes

  • Fix archivesBaseName detection
  • Fix AAB copy task creating empty files

Other

  • Improve logging

2.0.0

05 Jun 19:10
Compare
Choose a tag to compare

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