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