From 4d086a9d7227a077d170689ce87a5beea43b668b Mon Sep 17 00:00:00 2001 From: MNCHL <152583790+MNCHL@users.noreply.github.com> Date: Sun, 3 Dec 2023 14:52:59 +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 4133c5384..b8de8fe5b 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'; } /**