diff --git a/android/app/build.gradle b/android/app/build.gradle index 712fb15..b348d3a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation (name:'ocfclient', ext:'aar') implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' }