diff --git a/android/app/build.gradle b/android/app/build.gradle index 9acb18f..3c77e7f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -60,6 +60,7 @@ dependencies { androidTestImplementation 'com.android.support:support-annotations:25.0.0' androidTestImplementation 'com.android.support.test:runner:0.5' androidTestImplementation 'com.android.support.test:rules:0.5' + implementation 'androidx.browser:browser:1.2.0' } apply plugin: 'com.google.gms.google-services'