diff --git a/android/build.gradle b/android/build.gradle index 0158a23..ccc3d11 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -18,6 +18,6 @@ dependencies { implementation('com.github.droibit.customtabslauncher:launcher:1.4.0') { exclude module: 'customtabs' } - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' }