diff --git a/moka/build.gradle b/moka/build.gradle index 9790e27..704a09e 100644 --- a/moka/build.gradle +++ b/moka/build.gradle @@ -36,7 +36,7 @@ dependencies { api "androidx.test.espresso:espresso-core:${androidxTestEspresso}" api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" - api 'androidx.test.uiautomator:uiautomator:2.2.0' + api 'androidx.test.uiautomator:uiautomator:2.3.0' implementation "com.jakewharton.timber:timber:5.0.1" implementation "io.reactivex.rxjava2:rxjava:2.2.21" implementation "io.reactivex.rxjava2:rxandroid:2.1.1"