Skip to content

Commit 998e414

Browse files
authored
remove unused test dep (joda) from fiam (#985)
1 parent 34117a7 commit 998e414

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

firebase-inappmessaging/firebase-inappmessaging.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ dependencies {
141141
testImplementation 'androidx.test:runner:1.2.0'
142142
testImplementation 'org.robolectric:robolectric:4.2'
143143
testImplementation 'io.grpc:grpc-testing:1.21.0'
144-
testImplementation 'joda-time:joda-time:2.9.2'
145144

146145
androidTestImplementation 'junit:junit:4.12'
147146
androidTestImplementation 'androidx.test:runner:1.2.0'
@@ -151,7 +150,6 @@ dependencies {
151150
androidTestImplementation 'io.grpc:grpc-testing:1.21.0'
152151
androidTestImplementation 'com.linkedin.dexmaker:dexmaker:2.25.0'
153152
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.0'
154-
androidTestImplementation 'joda-time:joda-time:2.9.2'
155153

156154
androidTestAnnotationProcessor 'com.google.dagger:dagger-compiler:2.24'
157155
}

0 commit comments

Comments
 (0)