com.cl.android
Owner: 工程师-佛爷
This is a full bury point SDK library!
https://github.com/cl-6666/trackerPlugin/tree/master
Sources: https://github.com/cl-6666/trackerPlugin/tree/master
Version 1.0.0 (latest)
1.0.0
Created 28 June 2019.
This is a full bury point SDK library!
Using the plugins DSL:
plugins {
id("com.cl.android") version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.trackerBuriedSdk.gradlePlugin:plugin:1.0.0")
}
}
apply(plugin = "com.cl.android")
Using the plugins DSL:
plugins {
id "com.cl.android" version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.trackerBuriedSdk.gradlePlugin:plugin:1.0.0"
}
}
apply plugin: "com.cl.android"