Skip to content

Commit

Permalink
Fixed dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Nov 17, 2023
1 parent a781d77 commit 49e2e73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions analytics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ dependencies {
implementation(libs.androidx.dataStore.preferences)
implementation(libs.androidx.hilt.navigation.compose)

implementation(libs.androidx.lifecycle.runtime.compose)

implementation(platform(libs.firebase.bom))
implementation(libs.firebase.analytics)
implementation(libs.firebase.crashlytics)
Expand Down

0 comments on commit 49e2e73

Please sign in to comment.