ru.cleverpumpkin.badge
Owner: Denis Germanenko
This is an Android gradle plugin that allows you to overlay text on top of an android application's icon
https://github.com/CleverPumpkin/App-Badge
Sources: https://github.com/CleverPumpkin/App-Badge
Version 1.0.4 (latest)
1.0.4
Created 19 June 2020.
This is an Android gradle plugin that allows you to overlay text on top of an android application's icon
Add this plugin to your build using the plugins DSL:
plugins {
id("ru.cleverpumpkin.badge") version "1.0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.App-Badge:plugin:1.0.4") } } apply(plugin = "ru.cleverpumpkin.badge")
- Applying plugins to all subprojects .