@@ -5,12 +5,6 @@ buildscript {
55 repositories {
66 // Insert local test repo here
77 jcenter()
8- maven {
9- url " file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
10- }
11- maven {
12- url " file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
13- }
148 google()
159 }
1610 dependencies {
@@ -26,23 +20,19 @@ allprojects {
2620 repositories {
2721 // Insert local test repo here
2822 jcenter()
29- maven {
30- url " file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
31- }
32- maven {
33- url " file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
34- }
23+
3524 google()
3625 }
3726}
3827
3928ext {
40- buildToolsVersion = " 28.0.3"
41- androidxAnnotationVersion = " 1.0.0"
42- robolectricVersion = " 4.3.1"
43- extTruthVersion = ' 1.3.0-alpha03'
44- coreVersion = " 1.3.0-alpha03"
45- extJUnitVersion = " 1.1.2-alpha03"
46- runnerVersion = " 1.3.0-alpha03"
47- espressoVersion = " 3.3.0-alpha03"
29+ buildToolsVersion = " 30.0.2"
30+ androidxAnnotationVersion = " 1.1.0"
31+ robolectricVersion = " 4.5-alpha-1"
32+ extTruthVersion = ' 1.3.1-alpha02'
33+ coreVersion = " 1.3.1-alpha02"
34+ extJUnitVersion = " 1.1.3-alpha02"
35+ runnerVersion = " 1.3.1-alpha02"
36+ espressoVersion = " 3.4.0-alpha02"
37+ guavaVersion = " 29.0-android"
4838}
0 commit comments