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'; } /**