Skip to content

Releases: OffRange/git-semver-gradle-plugin

0.2.5

31 Jul 16:54
df2c67d
Compare
Choose a tag to compare
  • SemVer dependency: Fixed a bug where the SemVer dependency would not be added to a project correctly

0.2.4

24 Jul 15:20
0e7a30a
Compare
Choose a tag to compare

Key Updates:

  • Simplified Plugin Management: For non-Android projects, it's no longer necessary to declare a Google repository in your pluginManagement block.
  • Updated Android Gradle Plugin (AGP): Upgraded to AGP version 8.5.1 for improved performance and new features.
  • Configurable Source Set Integration: Auto source set integration for Android projects is now disabled by default (since IDE gives a warning). For details on adding the source set manually, refer to the Applying to Android Projects section of our documentation.

0.2.3

08 Jun 16:39
dc21ff9
Compare
Choose a tag to compare
  • Fixed bug that occurs when having tags that do not align with semantic versioning schema

0.2.1

30 May 17:06
f0d36a4
Compare
Choose a tag to compare
  • Fixed bug that occurs when no Git repo is initiated

0.2.0

28 May 10:49
419eafb
Compare
Choose a tag to compare
[README] Updated documentation