Skip to content

Commit ed87539

Browse files
authored
Bump GoogleAppMeasurement dependency to 8.3.1 (#8377)
* Bump GoogleAppMeasurement dependency to 8.3.1 * CHANGELOG
1 parent 7f61fe1 commit ed87539

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

FirebaseCore/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Firebase 8.3.1
2+
- [fixed] Swift Package Manager only release to fix an 8.3.0 tagging issue impacting some users. (#8367)
3+
14
# Firebase 8.2.0
25
- [fixed] Stop flooding Swift Package Manager projects with Firebase test schemes. (#8167)
36
- [fixed] Removed "Invalid Exclude" warnings for Swift Package Manager using Xcode 13 beta 1.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ let package = Package(
139139
.package(
140140
name: "GoogleAppMeasurement",
141141
url: "https://github.com/google/GoogleAppMeasurement.git",
142-
.exact("8.3.0")
142+
.exact("8.3.1")
143143
),
144144
.package(
145145
name: "GoogleDataTransport",

0 commit comments

Comments
 (0)