guess-It-SDP/guessIt

View on GitHub
settings.gradle

Summary

Maintainability
Test Coverage
pluginManagement {
    repositories {
        google()
        mavenCentral()
        gradlePluginPortal()
    }
}
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        jcenter() // Warning: this repository is going to shut down soon
        maven { url 'https://jitpack.io' }// required for agora video call
    }
}
rootProject.name = "BootcampCompose"
include ':app'