Update AGP version in 'android-test-fixes' plugin
This aligns version with other Gradle plugins.
This commit is contained in:
@@ -10,10 +10,15 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
commonCompileOnly(gradleKotlinDsl())
|
||||
commonCompileOnly("com.android.tools.build:gradle:3.4.0")
|
||||
commonCompileOnly("com.android.tools.build:gradle-api:3.4.0")
|
||||
commonCompileOnly("com.android.tools.build:builder:3.4.0")
|
||||
commonCompileOnly("com.android.tools.build:builder-model:3.4.0")
|
||||
commonCompileOnly("com.android.tools.build:gradle:3.6.4") {
|
||||
isTransitive = false
|
||||
}
|
||||
commonCompileOnly("com.android.tools.build:builder:3.6.4") {
|
||||
isTransitive = false
|
||||
}
|
||||
commonCompileOnly("com.android.tools.build:builder-model:3.6.4") {
|
||||
isTransitive = false
|
||||
}
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
|
||||
Reference in New Issue
Block a user