Skip to content

Commit cdef663

Browse files
committed
Bump Robolectric to 4.9
Signed-off-by: utzcoz <[email protected]>
1 parent f05d34b commit cdef663

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ext {
5151
supportAnnotationsVersion = '28.0.0'
5252
googleTruthVersion = '1.1.2'
5353
grpcVersion = '1.48.1'
54-
robolectricVersion = '4.3.1'
54+
robolectricVersion = '4.9'
5555
protocVersion = '3.17.3'
5656
javaliteVersion = '3.17.3'
5757
}

firebase-appdistribution/firebase-appdistribution.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
runtimeOnly project(':firebase-installations')
5252

5353
testImplementation 'junit:junit:4.13.2'
54-
testImplementation "org.robolectric:robolectric:4.8.1"
54+
testImplementation "org.robolectric:robolectric:4.9"
5555
testImplementation "com.google.truth:truth:$googleTruthVersion"
5656
testImplementation 'org.mockito:mockito-inline:3.4.0'
5757
androidTestImplementation "org.mockito:mockito-android:3.4.0"

firebase-crashlytics/firebase-crashlytics.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979

8080
testImplementation 'androidx.test:runner:1.4.0'
8181
testImplementation 'androidx.test:core:1.4.0'
82-
testImplementation "org.robolectric:robolectric:4.5"
82+
testImplementation "org.robolectric:robolectric:4.9"
8383
testImplementation 'junit:junit:4.13.2'
8484
testImplementation 'org.mockito:mockito-core:3.4.3'
8585

firebase-firestore/firebase-firestore.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ dependencies {
150150
testImplementation 'androidx.test:core:1.2.0'
151151
testImplementation "org.hamcrest:hamcrest-junit:2.0.0.0"
152152
testImplementation 'org.mockito:mockito-core:2.25.0'
153-
testImplementation ("org.robolectric:robolectric:4.8.2") {
153+
testImplementation ("org.robolectric:robolectric:4.9") {
154154
exclude group: 'com.google.protobuf', module: 'protobuf-java'
155155
}
156156
testImplementation "com.google.truth:truth:$googleTruthVersion"

firebase-messaging/firebase-messaging.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ dependencies {
113113
testImplementation 'com.google.android.gms:play-services-cloud-messaging:17.0.1'
114114
testImplementation 'androidx.test:rules:1.2.0'
115115
testImplementation 'androidx.test:runner:1.2.0'
116-
testImplementation "org.robolectric:robolectric:4.6.1"
116+
testImplementation "org.robolectric:robolectric:4.9"
117117
testImplementation 'junit:junit:4.13-beta-2'
118118
testImplementation 'org.mockito:mockito-core:2.25.0'
119119
testImplementation "com.google.truth:truth:$googleTruthVersion"

0 commit comments

Comments
 (0)