From 56406843ba8f37d495d255fe6c335b7023ae2caa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:39:05 +0000 Subject: [PATCH] fix(deps): update dependency com.google.android.gms:play-services-auth to v20 --- mifospay/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mifospay/build.gradle b/mifospay/build.gradle index 71343e1b4..51382efd8 100644 --- a/mifospay/build.gradle +++ b/mifospay/build.gradle @@ -85,7 +85,7 @@ dependencies { implementation 'com.mifos.mobile:mifos-passcode:0.3.0' implementation 'com.google.firebase:firebase-messaging:17.3.4' - implementation 'com.google.android.gms:play-services-auth:16.0.1' + implementation 'com.google.android.gms:play-services-auth:20.7.0' implementation 'com.google.firebase:firebase-core:16.0.1' implementation 'com.hbb20:ccp:2.2.0'