io.github.leavesczy.track
Owner: leavesCZY
Android Developer Gradle Plugin
https://github.com/leavesCZY/Track
Sources: https://github.com/leavesCZY/Track
Version 1.1.0 (latest)
1.1.0
Created 05 October 2024.
Android Developer Gradle Plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.leavesczy.track") version "1.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.leavesczy:track:1.1.0") } } apply(plugin = "io.github.leavesczy.track")
- Applying plugins to all subprojects .