com.cryptenet.android.gradle-patcher
Owner: Alamgir Hossain
The easiest way to move to remove common gradle configurations
https://bitbucket.org/cryptenet-oss/android-gradle-patcher-plugin/
Sources: https://bitbucket.org/cryptenet-oss/android-gradle-patcher-plugin/
Version 1.0.2-SNAPSHOT (latest)
1.0.2-SNAPSHOT
Created 05 August 2020.
Removes common boilerplate android configurations
Add this plugin to your build using the plugins DSL:
plugins {
id("com.cryptenet.android.gradle-patcher") version "1.0.2-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.cryptenet.android:android-gradle-patcher-plugin:1.0.2-SNAPSHOT") } } apply(plugin = "com.cryptenet.android.gradle-patcher")
- Applying plugins to all subprojects .