com.mounacheikhna.screenshots.frame
所有者: Mouna Cheikhna
框架您的Android屏幕截图。
来源: https://github.com/chemouna
使用 插件DSL
plugins {
id("com.mounacheikhna.screenshots.frame") version "0.2.2"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.mounacheikhna.screenshots:frame-plugin:0.2.2")
}
}
apply(plugin = "com.mounacheikhna.screenshots.frame")
使用 插件DSL
plugins {
id "com.mounacheikhna.screenshots.frame" version "0.2.2"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.mounacheikhna.screenshots:frame-plugin:0.2.2"
}
}
apply plugin: "com.mounacheikhna.screenshots.frame"