Skip to content

Instantly share code, notes, and snippets.

@tmaxxdd
Created August 1, 2023 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmaxxdd/fd0385531cdcb6e6da107db52c15487e to your computer and use it in GitHub Desktop.
Save tmaxxdd/fd0385531cdcb6e6da107db52c15487e to your computer and use it in GitHub Desktop.
pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
rootProject.name = "highlights"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment