test: synced androidx gradle versions to the same version as the android test (#959)

This commit is contained in:
Norman Breau
2020-04-15 23:42:33 -03:00
committed by GitHub
parent 43a6805902
commit 1ce2b6b315
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -55,3 +55,6 @@ dependencies {
exclude group: 'androidx.test.espresso', module: 'androidx.annotation'
})
}
repositories {
jcenter()
}
+1 -1
View File
@@ -28,7 +28,7 @@ buildscript {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:3.5.3'
}
}
+1 -1
View File
@@ -17,5 +17,5 @@
*/
wrapper {
gradleVersion = '4.10.3'
gradleVersion = '6.1'
}