Answers for "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.lifecycle:lifecycle-livedata-core:2.4.0."

3

The minCompileSdk (31) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties)

Path:  android/build.gradle

ext {
        buildToolsVersion = "30.0.3"
        minSdkVersion = 21
        compileSdkVersion = 31  //chnage to 31 from 30
        targetSdkVersion = 31  //chnage to 31 from 30
    }
Posted by: Guest on September-22-2021

Code answers related to "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.lifecycle:lifecycle-livedata-core:2.4.0."

Code answers related to "Javascript"

Browse Popular Code Answers by Language