Android Studio – Gradle sync is failing with "Could not resolve dependency" errors
I have the following setup: Android Studio 2021.3.1 gradle: 7.4 Root level build.gradle: // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { mavenCentral() google() maven { url 'https://jitpack.io' } } dependencies…