Skip to content

Commit

Permalink
Add Google services plugin to app module Gradle file (#5027)
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth authored Jul 17, 2024
1 parent 85186ce commit ef9e766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- Bump Lint to v31.5.1
- Remove Maestro tests from CI
- Bump Flipper to v0.258.0
- Add Google services plugin to app module Gradle file

## 2024-06-27-9140

Expand Down
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ plugins {
alias(libs.plugins.datadog)
alias(libs.plugins.ksp)
alias(libs.plugins.kotlin.compose.compiler)
alias(libs.plugins.google.services)
}

sentry {
Expand Down

0 comments on commit ef9e766

Please sign in to comment.