com.osacky.fulladle
所有者: Nelson Osacky
使用Flank,通过Firebase Test Lab轻松扩展您的Android Instrumentation Tests
https://github.com/runningcode/fladle
来源: https://github.com/runningcode/fladle
版本 0.17.5(最新版)
0.17.5
创建于 2024年6月13日。
使用Flank,通过Firebase Test Lab轻松扩展您的Android Instrumentation Tests
使用 plugins DSL
plugins {
id("com.osacky.fulladle") version "0.17.5"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.osacky.flank.gradle:fladle:0.17.5")
}
}
apply(plugin = "com.osacky.fulladle")
使用 plugins DSL
plugins {
id "com.osacky.fulladle" version "0.17.5"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "com.osacky.flank.gradle:fladle:0.17.5"
}
}
apply plugin: "com.osacky.fulladle"