io.github.zcys12173.ScreenMatch
所有者: shiyucheng
适用于Android屏幕适配的Gradle插件。
https://github.com/zcys12173/ScreenMatchPlugin
来源: https://github.com/zcys12173/ScreenMatchPlugin.git
使用插件DSL
plugins {
id("io.github.zcys12173.ScreenMatch") version "1.0.2"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.zcys12173.plugins:screen-match-plugin:1.0.2")
}
}
apply(plugin = "io.github.zcys12173.ScreenMatch")