Skip to content

Commit

Permalink
Update dependency com.google.firebase:firebase-ads to v20.5.0 (#1730)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 19, 2021
1 parent 797767a commit 26caaf6
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 @@ -90,7 +90,7 @@ dependencies {

implementation("com.google.firebase", name = "firebase-appindexing", version = "19.1.0")
implementation(group = "com.google.firebase", name = "firebase-messaging", version = "23.0.0")
implementation(group = "com.google.firebase", name = "firebase-ads", version = "20.4.0")
implementation(group = "com.google.firebase", name = "firebase-ads", version = "20.5.0")
implementation(group = "com.google.firebase", name = "firebase-perf", version = "20.0.3")
implementation(group = "com.google.android.material", name = "material", version = "1.4.0")
implementation(group = "com.google.code.gson", name = "gson", version = "2.8.9")
Expand Down

0 comments on commit 26caaf6

Please sign in to comment.