Android Studio The Mincompilesdk 31 Specified Error and Solution
Android studio The minCompileSdk-31 specified in a dependency’as AAr metadata error and solution
The minCompileSdk-31 specified in a dependency’as AAr metadata error
The minCompileSdk-31 Error And Solution
Get the post here and add it to your project in app build.gradle > android > defaultConfig
configurations.all {
resolutionStrategy { force 'androidx.work:work-runtime:2.6.0' }
}