remove http logging that was added for debugging
All checks were successful
Auto Tag on Version Change / check-version (push) Successful in 3s

This commit is contained in:
2026-05-16 20:00:01 +05:00
parent 0a6a199e9e
commit 4c19551ee7

View File

@@ -66,7 +66,6 @@ dependencies {
// OkHttp for API calls
implementation("com.squareup.okhttp3:okhttp:4.11.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
// Coroutines
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")