Merge branch 'fix/bump_play_services' into 'develop'

Bump playServices version to the latest

See merge request android/mail/proton-mail-android!1262
This commit is contained in:
Zorica Stojchevska 2023-05-09 15:22:03 +00:00
commit a23af3a877
2 changed files with 2 additions and 2 deletions

View File

@ -1318,7 +1318,7 @@ internal class MailboxActivity :
PLAY_SERVICES_RESOLUTION_REQUEST
) {
showToast("cancel", Toast.LENGTH_SHORT)
}.show()
}?.show()
}
} else {
Timber.d("%s: This device is not GCM supported.", TAG_MAILBOX_ACTIVITY)

View File

@ -89,7 +89,7 @@ const val `android-webkit version` = "1.4.0" // Released: Dec
const val `flexbox version` = "2.0.1" // Released: Jan 17, 2020
const val `lifecycle-extensions version` = "2.2.0" // Released: Jan 22, 2020
const val `googleServices version` = "4.3.3" // Released: Nov 11, 2019
const val `playServices version` = "17.0.0" // Released: Jun 19, 2019
const val `playServices version` = "18.0.1" // Released: Jan 05, 2022
const val `google-play-core-libs` = "2.0.1"
// Other