Skip to content

Commit 214e653

Browse files
authored
Bump GoogleAppMeasurement dependency to 8.3.1 (#8377) (#8378)
* Bump GoogleAppMeasurement dependency to 8.3.1 * CHANGELOG
1 parent bd64ba6 commit 214e653

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
@@ -143,7 +143,7 @@ let package = Package(
143143
.package(
144144
name: "GoogleAppMeasurement",
145145
url: "https://github.com/google/GoogleAppMeasurement.git",
146-
.exact("8.3.0")
146+
.exact("8.3.1")
147147
),
148148
.package(
149149
name: "GoogleDataTransport",

0 commit comments

Comments
 (0)