When uploading my apk to play store to publish it (created on mac with Corona-3664
Version 2100.9999 (2100.1.16) )
I got back during the review the following problem:
Your latest production release (0.4.9) contains SDK issues
20 Jan 2022 14:02
Critical issues have been reported with the following SDK versions:
* com.google.android.gms:play-services-tasks:18.0.0
What the SDK developer told us:
*play-services-tasks v18.0.0 has known issues that can lead to runtime NPEs (NullPointerException) when handling Task<Void> results in Kotlin code. We strongly recommend that you avoid using this version. This also impacts the SDKs listed in the December 9, 2021 release, because they all depend on play-services-tasks. A fix for this issue is included in play-services-tasks v18.0.1. See https://developers.google.com/android/guides/releases#december_16_2021*
Any idea how this could be fixed?
Thanks