From 0418e49c43b5dfa29d31a888bade1b3ef91b4718 Mon Sep 17 00:00:00 2001 From: Sameer Ahmed <56410240+sxmeer-ahmed@users.noreply.github.com> Date: Mon, 8 Feb 2021 21:22:41 +0530 Subject: [PATCH] Added Browser Dependency https://github.com/efortuna/memechat/issues/36#issue-424482070 Now,it can access to browser and authentication will not fail. --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) 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'