From 9af9d32221a36aa3ab6d9e9d0cafcd12421ab0fd Mon Sep 17 00:00:00 2001 From: moljac Date: Mon, 29 Jul 2024 13:01:41 +0200 Subject: [PATCH] downgraded `firebase-auth` --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 6912ef8b..ac80eea1 100644 --- a/config.json +++ b/config.json @@ -940,8 +940,8 @@ { "groupId": "com.google.firebase", "artifactId": "firebase-auth", - "version": "23.0.0", - "nugetVersion": "123.0.0", + "version": "22.3.1", + "nugetVersion": "122.3.1.2", "nugetId": "Xamarin.Firebase.Auth", "dependencyOnly": false }, @@ -956,8 +956,8 @@ { "groupId": "com.google.firebase", "artifactId": "firebase-auth-ktx", - "version": "23.0.0", - "nugetVersion": "123.0.0", + "version": "22.3.1", + "nugetVersion": "122.3.1.2", "nugetId": "Xamarin.Firebase.Auth.Ktx", "dependencyOnly": false },