Skip to content

Commit

Permalink
Force a newer guava dependency as an experiment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Sep 16, 2024
1 parent 96223ae commit 232e0dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Android/firebase_dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def firebaseDependenciesMap = [
'auth' : ['com.google.firebase:firebase-auth'],
'database' : ['com.google.firebase:firebase-database'],
'dynamic_links' : ['com.google.firebase:firebase-dynamic-links'],
'firestore' : ['com.google.firebase:firebase-firestore'],
'firestore' : ['com.google.firebase:firebase-firestore',
'com.google.guava:guava:32.1.3-android'],
'functions' : ['com.google.firebase:firebase-functions'],
'gma' : ['com.google.android.gms:play-services-ads:23.0.0',
'com.google.android.ump:user-messaging-platform:2.2.0'],
Expand Down

0 comments on commit 232e0dc

Please sign in to comment.