Skip to content

Commit

Permalink
Update dependency com.google.firebase:firebase-ads to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent e97adfb commit 23c725a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {

implementation("com.google.firebase", name = "firebase-appindexing", version = "19.1.0")
implementation(group = "com.google.firebase", name = "firebase-messaging", version = "23.1.2")
implementation(group = "com.google.firebase", name = "firebase-ads", version = "20.6.0")
implementation(group = "com.google.firebase", name = "firebase-ads", version = "22.2.0")
implementation(group = "com.google.firebase", name = "firebase-perf", version = "20.3.3")
implementation(group = "com.google.android.material", name = "material", version = "1.9.0")
implementation(group = "com.google.code.gson", name = "gson", version = "2.10.1")
Expand Down

0 comments on commit 23c725a

Please sign in to comment.