Skip to content

Commit 3b000e4

Browse files
committed
Fix Messaging test
1 parent 603dd94 commit 3b000e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-messaging/firebase-messaging.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dependencies {
129129
testImplementation 'com.google.guava:guava-testlib:12.0-rc2'
130130
testImplementation 'androidx.test.espresso:espresso-intents:3.2.0'
131131
testImplementation 'androidx.test:rules:1.2.0'
132-
testImplementation 'androidx.test.ext:truth:1.2.0'
132+
testImplementation 'androidx.test.ext:truth:1.4.0'
133133
testImplementation 'androidx.test.services:test-services:1.2.0'
134134
testImplementation 'androidx.core:core:1.6.0'
135135
}

0 commit comments

Comments
 (0)