Skip to content

Commit a495d6a

Browse files
fix: Add dependency for LocalBroadcastManager
This commit adds the `androidx.localbroadcastmanager:localbroadcastmanager` dependency to the `build.gradle.kts` file. This is necessary to resolve the 'Unresolved reference: localbroadcastmanager' build error that was introduced in the previous commit.
1 parent 2c8e2dd commit a495d6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,6 @@ dependencies {
9090

9191
implementation("com.google.ai.client.generativeai:generativeai:0.9.0")
9292
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
93+
implementation("androidx.localbroadcastmanager:localbroadcastmanager:1.1.0")
9394
}
9495

0 commit comments

Comments
 (0)