Answers for "The minCompileSdk (31) specified in a dependency's AAR metadat"

0

The minCompileSdk (31) specified in a dependency's AAR metadat

android {
    compileSdkVersion 31 // <-- This
    defaultConfig {
        applicationId "com.example.app"
        targetSdkVersion 31 // <-- and this too
        // ...
    }
}
Posted by: Guest on October-11-2021

Code answers related to "The minCompileSdk (31) specified in a dependency's AAR metadat"

Browse Popular Code Answers by Language