Skip to content

Commit

Permalink
Merge pull request #486 from android/robo4103
Browse files Browse the repository at this point in the history
Upgrade to robolectric 4.10.3.
  • Loading branch information
brettchabot committed Sep 5, 2023
2 parents e60b0b0 + 4b8454a commit 3dd50a1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ui/espresso/AccessibilitySample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {

ext {
androidxAnnotationVersion = "1.5.0"
robolectricVersion = "4.9"
robolectricVersion = "4.10.3"
extTruthVersion = "1.6.0-alpha01"
coreVersion = "1.6.0-alpha01"
extJUnitVersion = "1.2.0-alpha01"
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/BasicSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {

ext {
androidxAnnotationVersion = "1.5.0"
robolectricVersion = "4.9"
robolectricVersion = "4.10.3"
guavaVersion = "31.1-android"
extTruthVersion = "1.6.0-alpha01"
coreVersion = "1.6.0-alpha01"
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/CustomMatcherSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ ext {
runnerVersion = "1.6.0-alpha03"
rulesVersion = "1.6.0-alpha01"
espressoVersion = "3.6.0-alpha01"
robolectricVersion = "4.9"
robolectricVersion = "4.10.3"
}
2 changes: 1 addition & 1 deletion ui/espresso/DataAdapterSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ ext {
extJUnitVersion = "1.2.0-alpha01"
runnerVersion = "1.6.0-alpha03"
espressoVersion = "3.6.0-alpha01"
robolectricVersion = "4.9"
robolectricVersion = "4.10.3"
}
2 changes: 1 addition & 1 deletion ui/espresso/EspressoDeviceSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
}

ext {
robolectricVersion = "4.9"
robolectricVersion = "4.10.3"
extTruthVersion = "1.6.0-alpha01"
extJUnitVersion = "1.2.0-alpha01"
espressoDeviceVersion = "1.0.0-alpha01"
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/FragmentScenarioSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ ext {
runnerVersion = "1.6.0-alpha03"
rulesVersion = "1.6.0-alpha01"
espressoVersion = "3.6.0-alpha01"
robolectricVersion = "4.9"
robolectricVersion = "4.10.3"
truthVersion = "1.1.3"
}
2 changes: 1 addition & 1 deletion ui/espresso/IntentsBasicSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ ext {
espressoVersion = "3.6.0-alpha01"
extJUnitVersion = "1.2.0-alpha01"
extTruthVersion = "1.6.0-alpha01"
robolectricVersion = "4.9"
robolectricVersion = "4.10.3"
}

0 comments on commit 3dd50a1

Please sign in to comment.