Switch to CustomTabs instead of launching browser

Provides a better UX

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-04-29 17:23:48 +05:30
parent 4391e485c3
commit 4b6a9b9aa9
2 changed files with 7 additions and 6 deletions

View File

@@ -175,6 +175,9 @@ dependencies {
//Love <3
implementation "com.gitlab.AuroraOSS:gplayapi:3.1.0"
//Browser
implementation 'androidx.browser:browser:1.5.0'
//Test
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'