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
}