Created
September 6, 2022 18:44
-
-
Save odhiambo123/8367ce8e25d5d58e6a4b6f130663cb97 to your computer and use it in GitHub Desktop.
project level gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pluginManagement { | |
repositories { | |
gradlePluginPortal() | |
google() | |
mavenCentral() | |
} | |
} | |
dependencyResolutionManagement { | |
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) | |
repositories { | |
google() | |
mavenCentral() | |
} | |
} | |
rootProject.name = "BestShows" | |
include ':app' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment