Closed MarcinWad closed 8 months ago
The "pl.przelewy24:p24lib" library has just received an update that solves this problem. Please update project to check effect.
+1, this issue will block any app deployment to Google Play Store when January ends
The library received an update with a bumped version of google play services
Adding p24_sdk adds following dependencies:
This adds play-services-maps to final application which prevents it's update in Google Play Console because of outdated and unmaintained version. Play console reports:
The developer of Maps SDK for Android (com.google.android.gms:play-services-maps) has reported version 16.0.0 as outdated. After 90 days from releasing this version of your app, you won't be able to release new versions which contain this SDK until you upgrade to a newer version (17.0.0+).
Manually fixing dependecny in p24_sdk fixes problem:
implementation 'com.google.android.gms:play-services-wallet:17.+'