breautek commented on issue #1415: URL: https://github.com/apache/cordova-android/issues/1415#issuecomment-1092983733
I am unable to reproduce this with a Hello Cordova test app. Nothing in `manifest-merger-blame-release-report` indicates that a max SDK version is being set, nor does the `Merged Manifest View` in Android Studio shows a Max SDK version being set.  Another way the Max SDK version may be set is via a gradle property `cdvMaxSdkVersion`, so you may want to check your user gradle config files especially if you have `$GRADLE_USER_HOME` set, or if you use a `build-extras.gradle` file. We'll likely need a sample reproduction app to move this forward. > by setting the target/max SDK to 32 I'm expecting to have my app compatible with Android 12L (API 32) devices Also note that it's not yet legal to upload an app with Target SDK 32 to the play store yet as SDK 32 is still in beta. The SDK is simply released to test your apps (and cordova-android@10 is not compatible with SDK >= 31). Apps targeting 31 can still be ran on SDK 32 devices. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
