AppLocker icon indicating copy to clipboard operation
AppLocker copied to clipboard

The minCompileSdk (31) specified in a

Open abhikashbabu opened this issue 3 years ago • 1 comments

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.core:core-ktx:1.8.0-alpha01. AAR metadata file: C:\Users\RED_X.gradle\caches\transforms-2\files-2.1\6f26eeb7739545cb3321265ed59015e6\jetified-core-ktx-1.8.0-alpha01\META-INF\com\android\build\gradle\aar-metadata.properties.

abhikashbabu avatar Dec 03 '21 10:12 abhikashbabu

Set your compile SDK to 31, or downgrade your androidx.core library.

aerhakim avatar Dec 03 '21 17:12 aerhakim