Skip to content

Commit 03951fb

Browse files
author
Bartosz Litwiniuk
committed
Refactor - move dependencies and remove duplicated one
1 parent 0db165a commit 03951fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backtrace-library/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@ dependencies {
8181
testImplementation 'junit:junit:4.13.2'
8282
testImplementation "org.mockito:mockito-core:5.16.0"
8383
testImplementation 'org.json:json:20240303'
84-
androidTestImplementation "org.mockito:mockito-android:5.16.0"
84+
testImplementation "com.google.guava:guava:33.3.1-jre"
8585
androidTestImplementation 'net.jodah:concurrentunit:0.4.6'
8686
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
8787
androidTestImplementation 'androidx.test:rules:1.6.1'
8888
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
8989
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
90-
testImplementation "com.google.guava:guava:33.3.1-jre"
9190
androidTestImplementation 'org.mockito:mockito-core:5.16.0'
9291
androidTestImplementation "org.mockito:mockito-android:5.16.0"
9392
}

0 commit comments

Comments
 (0)