From 403c6225f13a7fc909f2a6e222f66f04e2a609e5 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 9 Sep 2023 00:28:48 +0200 Subject: [PATCH] fix: Replace wrong quotation marks --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 1048ed9..85a38f6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -48,6 +48,6 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "androidx.activity:activity-ktx:1.7.2" - implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' + implementation "androidx.localbroadcastmanager:localbroadcastmanager:1.0.0" implementation "androidx.datastore:datastore-preferences:1.0.0" } \ No newline at end of file