Skip to content

Commit 48eb140

Browse files
Remove dependency which was causing build to fail for Instrumentation Tests (commons-app#4369)
1 parent 2f4c304 commit 48eb140

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@ dependencies {
9494
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.3.1"
9595
testImplementation 'com.facebook.soloader:soloader:0.9.0'
9696

97-
// Mockito and PowerMock
98-
androidTestCompile ('org.powermock:powermock-mockito-release-full:1.6.0') {
99-
exclude module: 'hamcrest-core'
100-
exclude module: 'objenesis'
101-
}
102-
10397
// Android testing
10498
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
10599
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

0 commit comments

Comments
 (0)