Guccieii
Guccieii
Same problem here with the following versions: ``` { buildToolsVersion = "30.0.2" minSdkVersion = 21 compileSdkVersion = 31 targetSdkVersion = 30 ndkVersion = "20.1.5948944" playServicesVersion = "17.0.0" androidMapsUtilsVersion = "2.3.0"...
Unfortunately I cannot do this in my CI/CD environment. But, I manage to fix the error editing the build script from: `./gradlew assembleRelease` to `./gradlew app:assembleRelease` Hope it going to...
Had same issue. Maybe related to this. #3516