io.github.heftekharm.ir-markets-gradle-plugin
Owner: Hosein
Android grdale plugin to publish project outputs on Iranian App Markets
https://github.com/heftekharm/ir-markets-gradle-plugin
Sources: https://github.com/heftekharm/ir-markets-gradle-plugin
Version 1.0.0-alpha-1 (latest)
1.0.0-alpha-1
Created 21 March 2023.
Android grdale plugin to publish project outputs on Iranian App Markets
Using the plugins DSL:
plugins {
id("io.github.heftekharm.ir-markets-gradle-plugin") version "1.0.0-alpha-1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.heftekharm:irMarketsGradlePlugin:1.0.0-alpha-1")
}
}
apply(plugin = "io.github.heftekharm.ir-markets-gradle-plugin")
Using the plugins DSL:
plugins {
id "io.github.heftekharm.ir-markets-gradle-plugin" version "1.0.0-alpha-1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.heftekharm:irMarketsGradlePlugin:1.0.0-alpha-1"
}
}
apply plugin: "io.github.heftekharm.ir-markets-gradle-plugin"