Results 1 comments of LiangLliu

Solution: Add configuration in settings.gradle file ![image](https://user-images.githubusercontent.com/33622152/149791154-b92667e5-f906-47dc-9740-5f8d0de68f80.png) ``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } } } rootProject.name = "rxjava" include ':app' ```