Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
This 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.11
(14 July 2025) |
|
This will try streamline android application versioning |
0.4
(16 November 2024) |
|
This extension will adjust the project version, based on current git branch or tag. |
6.4.4
(18 August 2024) |
|
This extension will adjust the project version based on current git timestamp. |
0.2.2
(12 February 2024) |
|
This plugin will help you by creating a new version for each git commit based in the commit description |
1.0.10
(24 January 2023) |
|
Semantic Versioning plugin to increment versions using gradle tasks |
0.1
(24 January 2021) |
|
A plugin for deriving the project’s version automatically. Version may stem from git tags, timestamps or similar sources |
1.1.0
(23 November 2020) |
|
Sets the project version and writes the version to a text file when publishing artifacts |
2019-10-11T10-12-39
(11 October 2019) |
|
Gradle plugin to auto increase application version base on release notes or cycling increase |
1.0.17
(21 July 2019) |
|
The karriere.at version plugin for automatic versioning. |
1.3.2
(13 December 2018) |