com.avito.android.instrumentation-tests
所有者: Dmitriy Voronin
Avito Android 插件
https://avito-tech.github.io/avito-android
源代码: https://github.com/avito-tech/avito-android
版本 2020.2.5(最新版)
2020.2.5
创建于 2020 年 2 月 7 日。
此插件版本将在 JCenter 成为永久重定向到 Maven Central 之后再也不会解决,因为它只使用在 JCenter 找到的依赖项。有关详细信息,请参阅以下博客文章:https://blog.gradle.org.cn/portal-jcenter-impact 此插件版本将在 JCenter 成为永久重定向到 Maven Central 之后再也不会解决,因为它只使用在 JCenter 找到的依赖项。有关详细信息,请参阅以下博客文章:https://blog.gradle.org.cn/portal-jcenter-impact Avito Android 插件
使用 插件 DSL
plugins {
id("com.avito.android.instrumentation-tests") version "2020.2.5"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.avito.android:instrumentation:2020.2.5")
}
}
apply(plugin = "com.avito.android.instrumentation-tests")
使用 插件 DSL
plugins {
id "com.avito.android.instrumentation-tests" version "2020.2.5"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "com.avito.android:instrumentation:2020.2.5"
}
}
apply plugin: "com.avito.android.instrumentation-tests"