Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bumps FA to 17.2.2
  • Loading branch information
Sebastian Roth committed Mar 4, 2020
commit 2b32e4c72a8d74948709ae749841cf239d18566f
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 5.1.0

* Update Firebase Analytics dependency on Android to 17.2.1
* Update Firebase Analytics dependency on Android to 17.2.2
* Updates Android gradle plugin dependency to 3.6.1
* Bumps Google Services Gradle Plugin in example to 4.3.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
disable 'InvalidPackage'
}
dependencies {
api 'com.google.firebase:firebase-analytics:17.2.1'
api 'com.google.firebase:firebase-analytics:17.2.2'
implementation 'com.google.firebase:firebase-common:19.3.0'
implementation 'androidx.annotation:annotation:1.1.0'
}
Expand Down