Gradle Advanced Build Version Versions Save

A plugin to generate the Android version code and version name automatically based on git commits number, date and ...

v3.0.0

1 month ago

What’s Changed

⚠️ Changes

  • Update min AGP version to 8.1.0
  • No need to call renameOutputApk(). Read More here.

2.0.2

3 months ago

What’s Changed

  • Add support for Android Gradle Plugin 8.0.0

2.0.1

1 year ago

What’s Changed

🚀 Features

  • Remove dependency to Android Gradle Plugin in build scripts (#66) @moallemi

2.0.0

2 years ago

What’s Changed

🚀 Features

  • Add support for Android Gradle Plugin 7.0.0 (#58) @moallemi

⚠️ Changes

From v1.7.4 and later gradle-advanced-build-version requires Java 11+.

🧰 Maintenance

  • Update min AGP version to 7.0.2 (#60) @moallemi
  • Remove Version Code by Date (#57) @moallemi

1.7.3

3 years ago

What’s Changed

🚀 Features

  • Add support for custom version code step (#50) @panpeter

⚠️ Changes

From v1.7.3 the AUTO_INCREMENT_ONE_STEP incodeOptions was deprecated. You can useAUTO_INCREMENT_STEP instead and configure theversionCodeStep.

1.7.2

3 years ago

What’s Changed

🚀 Features

  • Add basic support for gradle kotlin script (*.gradle.kts) (#48) @moallemi
  • Add support for Android Gradle Plugin 4.1.0 (#47) @moallemi

1.7.1

3 years ago

What’s Changed

🚀 Features

  • Add support for Android gradle plugin 4.x.x (#40) @moallemi

1.7.0

4 years ago

What’s Changed

🚀 Features

  • Add support for git commit count as versionCode (#37) @moallemi

🧰 Maintenance

  • Rename package name to me.moallemi (#39) @moallemi
  • Add more integration test for AdvancedBuildVersionPlugin (#35) @moallemi
  • Setup integration (#34) @moallemi
  • Add Integration test for setting up the plugin (#33) @moallemi
  • Rewrite file output options with kotlin (#32) @moallemi
  • Rewrite version code options with kotlin (#31) @moallemi
  • Add more tests for VersionNameOptions (#30) @moallemi