fix: Replace wrong quotation marks

This commit is contained in:
PapaTutuWawa 2023-09-09 00:28:48 +02:00
parent dfbb64c8ae
commit 403c6225f1

View File

@ -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"
}