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
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDevDebugAarMetadata'.
> 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).
Dependency: androidx.biometric:biometric:1.2.0-alpha04.
AAR metadata file: /Users/erika.tayama/.gradle/caches/transforms-3/f404b9545f67b9de464f9067c770604c/transformed/biometric-1.2.0-alpha04/META-INF/com/android/build/gradle/aar-metadata.properties.
compileSdkVersion is 30 in our app and we can't update it because of dependencies for now.
Is there any ways to use this library with compileSdkVersion 30?
The text was updated successfully, but these errors were encountered:
Then it most likely would only need compileSdkVersion 30. Bumping to JDK11 + compileSdkVersion 31 should be a very high priority for you, everything is moving to that as a baseline at the moment so you'll lose access to current versions of many modules I know about at least, if you can't access it
I got the following error in Android build.
compileSdkVersion is 30 in our app and we can't update it because of dependencies for now.
Is there any ways to use this library with compileSdkVersion 30?
The text was updated successfully, but these errors were encountered: