com.commencis.android-checklist
Owner: Commencis
Gradle plugin for Android projects to automate final checks before publish your app.
https://github.com/Commencis/Android-Checklist-Plugin
Sources: https://github.com/Commencis/Android-Checklist-Plugin.git
Version 1.4.0-20241127132741 (latest)
1.4.0-20241127132741
Created 27 November 2024.
Gradle plugin for Android projects to automate final checks before publishing your app.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.commencis.android-checklist") version "1.4.0-20241127132741"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.commencis:android-checklist:1.4.0-20241127132741") } } apply(plugin = "com.commencis.android-checklist")
- Applying plugins to all subprojects .