Android build in React Native CLI consistently fails due to a mismatch between the SDK version and the Gradle version
Whenever I build the React application, it automatically selects version 8.2.1, which is not specified, and also picks the latest SDK version. As a result, the build keeps failing. Android gradle plugin: 8.2.1 Gradle: 8.0.1 Warning: SDK processing. This version…