We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4789a1d commit 4563bb7Copy full SHA for 4563bb7
1 file changed
sample/build.gradle
@@ -47,7 +47,7 @@ dependencies {
47
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
48
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
49
50
- androidTestImplementation 'com.github.AppDevNext:Moka:1.3'
+ androidTestImplementation 'com.github.AppDevNext:Moka:1.4'
51
androidTestImplementation "androidx.test.espresso:espresso-core:$espresso_core"
52
androidTestImplementation 'androidx.test:rules:1.4.0'
53
androidTestImplementation "androidx.test:runner:$runnerVersion"
0 commit comments