We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a781d77 commit 49e2e73Copy full SHA for 49e2e73
analytics/build.gradle.kts
@@ -63,6 +63,8 @@ dependencies {
63
implementation(libs.androidx.dataStore.preferences)
64
implementation(libs.androidx.hilt.navigation.compose)
65
66
+ implementation(libs.androidx.lifecycle.runtime.compose)
67
+
68
implementation(platform(libs.firebase.bom))
69
implementation(libs.firebase.analytics)
70
implementation(libs.firebase.crashlytics)
0 commit comments