diff --git a/android/build.gradle b/android/build.gradle index af1231ed..5f78813d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -32,6 +32,6 @@ dependencies { // api is used instead of implementation so the parent :app project can access any of the OneSignal Java // classes if needed. Such as com.onesignal.NotificationExtenderService api 'com.onesignal:OneSignal:5.1.6' - + testImplementation 'junit:junit:4.12' } \ No newline at end of file