From f186fe5ce30c216cbbef99141cc5626385e975fa Mon Sep 17 00:00:00 2001 From: MNCHL <152583790+MNCHL@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:19:16 +0800 Subject: [PATCH] Update build.gradle.kts --- src/android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index b8de8fe5b..43bb57f61 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -16,8 +16,8 @@ plugins { } dependencies { - implementation 'com.squareup.okhttp3:okhttp:4.9.0'; - implementation 'com.google.android.play:core:1.10.0'; + implementation("com.squareup.okhttp3:okhttp:4.9.0") + implementation("com.google.android.play:core:1.10.0") } /**