-
Notifications
You must be signed in to change notification settings - Fork 625
Integrate firebase-sessions with GoogleDataTransport #4851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Coverage Report 1Affected Products
Test Logs |
The public api surface has changed for the subproject firebase-sessions: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
Size Report 1Affected Products
Test Logs |
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/EventGDTLogger.kt
Outdated
Show resolved
Hide resolved
The public api surface has changed for the subproject firebase-sessions: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/SessionCoordinator.kt
Outdated
Show resolved
Hide resolved
Generated by 🚫 Danger |
implementation(libs.androidx.annotation) | ||
|
||
runtimeOnly("com.google.firebase:firebase-installations:17.1.3") | ||
runtimeOnly(project(":firebase-datatransport")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was required to make FireLog work
Before I had implementation("com.google.android.datatransport:transport-backend-cct:3.1.8")
75aa84a
to
3beb945
Compare
#no-changelog