Search Gradle plugins
Plugin | Latest Version |
---|---|
com.github.lanchon.dexpatcher.patch-libraryThe DexPatcher Patch Library plugin produces a DexPatcher patch library file that bundles compiled changes and additions to code and resources of a source application imported as a DexPatcher APK library, without bundling any part of the source application itself. The file is similar in structure to an Android library (AAR) file. The changes bundled in a patch library can be applied to the source application using the DexPatcher Patched Application plugin. Several patch libraries can be applied in the same step, or their application can be serialized though the cyclic use of the APK Library and Patched Application plugins. DexPatcher is free software. (GPLv3+) |
2.0.0
(31 October 2019) |
com.ryandens.javaagent-applicationAutomatically attaches javaagents to the Application Plugin run tasks and the main application distributions |
0.8.0
(22 March 2025) |
com.github.lanchon.dexpatcher.patched-applicationThe DexPatcher Patched Application plugin produces a modified Android application by applying changes and additions to code and resources of a source application imported as a DexPatcher APK library. DexPatcher is free software. (GPLv3+) |
2.0.0
(31 October 2019) |
com.netflix.nebula.ospackage-application-spring-bootPackages output of application plugin into a debian or rpm |
11.11.2
(25 March 2025) |
com.netflix.nebula.ospackage-application-daemonCreates daemontools setup to run output from application plugin |
11.11.2
(25 March 2025) |
com.netflix.nebula.ospackage-applicationPackages output of application plugin into a debian or rpm |
11.11.2
(25 March 2025) |
nl.colorize.gradle.applicationGradle plugin to build native applications for Mac, iOS, Android, and Windows. |
2025.1.1
(24 March 2025) |
com.ryandens.javaagent-application-runAutomatically attaches javaagents to the Application Plugin run tasks |
0.8.0
(22 March 2025) |
com.ryandens.javaagent-application-distributionAutomatically attaches javaagents to the Application Plugin distributions |
0.8.0
(22 March 2025) |
io.github.appspiriment.applicationThis Gradle plugin configures an Android application module with the necessary setup for Hilt Dependency Injection (DI). It automatically manages versioning by updating the version in a `version.properties` file with each build. The plugin streamlines the setup for the Android application, enabling seamless integration with Hilt DI and automatic version management. Warning: Modifying or changing the `appspirimentlibs.versions.toml` file manually can cause the plugin to fail, as it may get overwritten during plugin updates. For any version changes or dependency additions, it is recommended to update the default `libs.versions.toml` file instead. |
0.0.3
(25 February 2025) |