io.github.heftekharm.ir-markets-gradle-plugin
所有者: Hosein
Android Gradle 插件,用于发布项目输出到伊朗应用市场
https://github.com/heftekharm/ir-markets-gradle-plugin
来源:https://github.com/heftekharm/ir-markets-gradle-plugin
版本 1.0.0-alpha-1(最新版)
1.0.0-alpha-1
创建日期:2023年3月21日。
Android Gradle 插件,用于发布项目输出到伊朗应用市场
使用 插件 DSL
plugins {
id("io.github.heftekharm.ir-markets-gradle-plugin") version "1.0.0-alpha-1"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.heftekharm:irMarketsGradlePlugin:1.0.0-alpha-1")
}
}
apply(plugin = "io.github.heftekharm.ir-markets-gradle-plugin")
使用 插件 DSL
plugins {
id "io.github.heftekharm.ir-markets-gradle-plugin" version "1.0.0-alpha-1"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "io.github.heftekharm:irMarketsGradlePlugin:1.0.0-alpha-1"
}
}
apply plugin: "io.github.heftekharm.ir-markets-gradle-plugin"