From 232e235fdd59fdc9394b6705ab31e28fe53d64f3 Mon Sep 17 00:00:00 2001 From: MNCHL <152583790+MNCHL@users.noreply.github.com> Date: Mon, 25 Dec 2023 13:45:30 +0800 Subject: [PATCH] Update build.gradle.kts --- src/android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 73eb8570d..ca2592d39 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -208,7 +208,7 @@ ktlint { } dependencies { - implementation("com.squareup.okhttp3:okhttp:4.9.1") + implementation("com.squareup.okhttp3:okhttp:4.9.2") implementation("org.json:json:20210307") implementation("androidx.core:core-ktx:1.12.0") implementation("androidx.appcompat:appcompat:1.6.1")