Skip to content

Commit

Permalink
chore(deps): update dependency com.google.firebase:firebase-bom to v3…
Browse files Browse the repository at this point in the history
…2.7.1
  • Loading branch information
renovate[bot] committed Jan 20, 2024
1 parent f655319 commit 45555c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dependencies {
new File("$projectDir/google-services.json").text = secrets;
}
}
implementation platform('com.google.firebase:firebase-bom:32.2.3')
implementation platform('com.google.firebase:firebase-bom:32.7.1')
implementation("com.google.firebase:firebase-analytics")

implementation project(path:':markdown-viewer')
Expand Down

0 comments on commit 45555c2

Please sign in to comment.