com.github.technoir42.aar-publish
所有者: Sergey Chelombitko
用于使用 Maven 发布插件发布 Android (AAR) 库的插件
https://github.com/technoir42/aar-publish-plugin
源代码: https://github.com/technoir42/aar-publish-plugin.git
使用 插件 DSL
plugins {
id("com.github.technoir42.aar-publish") version "1.0.4"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.github.technoir42:aar-publish-plugin:1.0.4")
}
}
apply(plugin = "com.github.technoir42.aar-publish")