feat: implement authentication management and deep link handling in MainActivity and GolangServerService
Build / build (push) Failing after 3m36s

This commit is contained in:
2026-06-25 23:55:16 +07:00
parent 1ae12e94bc
commit c2bd81fc75
10 changed files with 11 additions and 400 deletions
-3
View File
@@ -83,15 +83,12 @@ dependencies {
// Auto updater library
implementation(libs.autoupdater)
<<<<<<< HEAD
=======
// OkHttp Client
implementation("com.squareup.okhttp3:okhttp:4.12.0")
// Chrome Custom Tabs
implementation("androidx.browser:browser:1.8.0")
>>>>>>> 2459650 (feat: v4)
// Unit Test
testImplementation(libs.junit)