You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building cordova android part there is issue with this dependency
A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction The minCompileSdk (31) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) is greater than this module's compileSdkVersion (android-30).
With cordova-android@10 I've got sdk-30, but how can I have sdk-31?
The text was updated successfully, but these errors were encountered:
If you don't use the diagnostics plugin, then I'd advise scanning through your plugin's plugin.xml or gradle files for any overrides of the androidx.appcompat:appcompat package
Hi,
When building cordova android part there is issue with this dependency
A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction
The minCompileSdk (31) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) is greater than this module's compileSdkVersion (android-30).
With cordova-android@10 I've got sdk-30, but how can I have sdk-31?
The text was updated successfully, but these errors were encountered: