diff --git a/mobile/build.gradle b/mobile/build.gradle index ccb5f0b3..b2f70cc9 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -38,8 +38,8 @@ dependencies { implementation "com.takisoft.fix:preference-v7:$takisoftFixVersion" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion" testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.1' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' + androidTestImplementation 'com.android.support.test:runner:1.0.2' + androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' } kapt.generateStubs = true