skip to Main Content

Android Studio – How to solve: The minCompileSdk (31) specified in a dependency's AAR metadata

One or more issues found when checking AAR metadata values: 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.appcompat:appcompat:1.4.0. AAR metadata file: C:UsersUSERAppDataLocalAndroidSdkcachestransforms-346d15f5c58a469270eeba15db4463d05transformedappcompat-1.4.0META-INFcomandroidbuildgradleaar-metadata.properties. The minCompileSdk (31) specified in a dependency's…

VIEW QUESTION
Back To Top
Search