Skip to content

Commit f25141f

Browse files
authored
Merge pull request #2 from sxmeer-ahmed/patch-1
Added Browser Dependency
2 parents 8fc14d7 + 31ed0b4 commit f25141f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ dependencies {
6464
testImplementation 'junit:junit:4.12'
6565
androidTestImplementation 'androidx.test:runner:1.1.1'
6666
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
67+
implementation 'androidx.browser:browser:1.2.0'
6768
}
6869

6970
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)