diff --git a/build.gradle b/build.gradle index cfe95a16..1f46755f 100644 --- a/build.gradle +++ b/build.gradle @@ -47,8 +47,7 @@ dependencies { // Error logging implementation 'io.sentry:sentry-logback:7.11.0' - // Web requests and json - implementation 'com.squareup.okhttp3:okhttp:4.12.0' + // Json for web requests implementation 'org.json:json:20240303' // Database implementations