We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4c304 commit 48eb140Copy full SHA for 48eb140
app/build.gradle
@@ -94,12 +94,6 @@ dependencies {
94
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.3.1"
95
testImplementation 'com.facebook.soloader:soloader:0.9.0'
96
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
-
103
// Android testing
104
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
105
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
0 commit comments