Bump playServices version to the latest

* After the recent 3.0.0 update, which included a bump to targetSdk 31,
  we've noticed some crashes when microG was disabled
* The stacktrace pointed to PendingIntent mutability flags, which are
  required for targetSdk 31

Some details with stacktrace: https://gitlab.com/CalyxOS/calyxos/-/issues/1056
Test: Install ProtonMail on a device with microG as a system app, and with it disabled
      Current stable release (3.0.2) will crash with the above stack trace
      A build with this patch will work fine
This commit is contained in:
Chirayu Desai 2022-06-30 18:53:53 +05:30 committed by Zorica Stojchevska
parent 08bebfcc31
commit 3a263139a7
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.0" // Released: Jun 28, 2022
const val `google-play-core-libs` = "2.0.1"
// Other