From b4d7e40d45d1d7169293fd1f6873ff4a2506cb43 Mon Sep 17 00:00:00 2001 From: Brianna Morales <74382627+brnnmrls@users.noreply.github.com> Date: Tue, 13 May 2025 10:36:18 -0700 Subject: [PATCH] Update GTMAppAuth's URL dependency in Package.swift. GTMAppAuth's URL was accidentally updated, so this should be reverted back to use the google repo. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 77359a5b..f38b3b11 100644 --- a/Package.swift +++ b/Package.swift @@ -51,7 +51,7 @@ let package = Package( from: "11.0.0"), .package( name: "GTMAppAuth", - url: "https://github.com/brnnmrls/GTMAppAuth.git", + url: "https://github.com/google/GTMAppAuth.git", from: "5.0.0"), .package( name: "GTMSessionFetcher",