Search Gradle plugins
Plugin | Latest Version |
---|---|
com.palantir.git-versionGradle Git-Version is a plugin that generates a version for use with Gradle by calling git-describe. |
3.2.0
(26 March 2025) |
io.github.appspiriment.projectThis project plugin simplifies the initial setup and version management for an Android application. It removes unnecessary configurations from the app module, creates the `appspirimentlibs.versions.toml` file corresponding to the plugin version, and adds the required `appspiriment` plugin exclusively to the app module (without affecting any other application modules or libraries). Additionally, the plugin configures the `appspirimentlibs.versions.toml` in the `settings.gradle.kts`. **Note:** If your project is using a `settings.gradle` file in Groovy, it will automatically convert it to the Kotlin DSL (`settings.gradle.kts`). You just need to add the plugin with correct version to the root build.gradle.kts (don't use alias, add it directly at first) and sync. This plugin is ideal for setting up a new project with a clean configuration or updating plugin versions. To update versions, simply update the project plugin version and sync. Be aware that this plugin will remove all configurations in the app module's Gradle file, so ensure that no additional configurations are lost. |
0.0.3
(25 February 2025) |
io.github.kmbisset89.semver.pluginGradle plugin for managing semantic versioning. |
1.1.1
(29 November 2024) |
io.github.theaminnouri.android-versioning-pluginThis will try streamline android application versioning |
0.4
(16 November 2024) |
to.wetransform.semantic-release-versionGradle plugin that determines the current version from a file with the last release version and information from Git. Intended to be used with semantic-release. |
2.1.2
(05 September 2024) |
me.qoomon.git-versioningThis extension will adjust the project version, based on current git branch or tag. |
6.4.4
(18 August 2024) |
de.stefan-oltmann.git-versioningThis extension will adjust the project version based on current git timestamp. |
0.2.2
(12 February 2024) |
pt.com.hugo-dias.git-versionerThis plugin will help you by creating a new version for each git commit based in the commit description |
1.0.10
(24 January 2023) |
dev.quiescence.plugins.versioningSemantic Versioning plugin to increment versions using gradle tasks |
0.1
(24 January 2021) |
de.otto.find.project-versionA plugin for deriving the project’s version automatically. Version may stem from git tags, timestamps or similar sources |
1.1.0
(23 November 2020) |